{"id":"http://purl.org/tempo/TemporalConstraint","subClassOf":["http://www.w3.org/2002/07/owl#Thing"],"parents":[{"id":"http://www.w3.org/2002/07/owl#Thing","subClassOf":[],"label":[],"prefixIRI":null,"prefLabel":null,"synonym":[],"definition":[],"obsolete":false,"notation":null,"semanticType":[],"cui":[],"xref":null,"inScheme":[],"created":null,"modified":null,"altLabelXl":[],"hiddenLabelXl":[],"prefLabelXl":[],"@id":"http://www.w3.org/2002/07/owl#Thing","@type":"http://www.w3.org/2002/07/owl#Class","links":{"self":"https://data.lovportal.lirmm.fr/ontologies/TEMPO/classes/http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing","ontology":"https://data.lovportal.lirmm.fr/ontologies/TEMPO","children":"https://data.lovportal.lirmm.fr/ontologies/TEMPO/classes/http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing/children","parents":"https://data.lovportal.lirmm.fr/ontologies/TEMPO/classes/http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing/parents","descendants":"https://data.lovportal.lirmm.fr/ontologies/TEMPO/classes/http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing/descendants","ancestors":"https://data.lovportal.lirmm.fr/ontologies/TEMPO/classes/http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing/ancestors","instances":"https://data.lovportal.lirmm.fr/ontologies/TEMPO/classes/http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing/instances","tree":"https://data.lovportal.lirmm.fr/ontologies/TEMPO/classes/http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing/tree","notes":"https://data.lovportal.lirmm.fr/ontologies/TEMPO/classes/http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing/notes","mappings":"https://data.lovportal.lirmm.fr/ontologies/TEMPO/classes/http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing/mappings","ui":"http://lovportal.lirmm.fr/ontologies/TEMPO?p=classes&conceptid=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing","@context":{"self":"http://www.w3.org/2002/07/owl#Class","ontology":"http://data.bioontology.org/metadata/Ontology","children":"http://www.w3.org/2002/07/owl#Class","parents":"http://www.w3.org/2002/07/owl#Class","descendants":"http://www.w3.org/2002/07/owl#Class","ancestors":"http://www.w3.org/2002/07/owl#Class","instances":"http://data.bioontology.org/metadata/Instance","tree":"http://www.w3.org/2002/07/owl#Class","notes":"http://data.bioontology.org/metadata/Note","mappings":"http://data.bioontology.org/metadata/Mapping","ui":"http://www.w3.org/2002/07/owl#Class"}},"@context":{"@vocab":"http://data.bioontology.org/metadata/","label":"http://www.w3.org/2000/01/rdf-schema#label","prefLabel":"http://www.w3.org/2004/02/skos/core#prefLabel","prefLabelXl":"http://www.w3.org/2008/05/skos-xl#prefLabel","altLabelXl":"http://www.w3.org/2008/05/skos-xl#altLabel","hiddenLabelXl":"http://www.w3.org/2008/05/skos-xl#hiddenLabel","synonym":"http://www.w3.org/2004/02/skos/core#altLabel","definition":"http://www.w3.org/2004/02/skos/core#definition","obsolete":"http://www.w3.org/2002/07/owl#deprecated","notation":"http://www.w3.org/2004/02/skos/core#notation","prefixIRI":"http://data.bioontology.org/metadata/prefixIRI","subClassOf":"http://www.w3.org/2000/01/rdf-schema#subClassOf","semanticType":"http://bioportal.bioontology.org/ontologies/umls/hasSTY","cui":"http://bioportal.bioontology.org/ontologies/umls/cui","xref":"http://www.geneontology.org/formats/oboInOwl#hasDbXref","inScheme":"http://www.w3.org/2004/02/skos/core#inScheme","created":"http://purl.org/dc/terms/created","modified":"http://purl.org/dc/terms/modified","@language":"en"}}],"label":["Temporal Constraint"],"prefixIRI":"tempo:TemporalConstraint","prefLabel":"Temporal Constraint","synonym":[],"definition":["Temporal constraint box to capture a consistent set of validity and efficacy intervals.\n\nObjects of this class also serve the purpose to capture additional constraints or annotations, in particular when they are also temporally constrained.\n\nExample\n-------\n\n    ccy:EUR\n        a ccy:ISO4217-CurrencyCode ;\n        ccy:usedIn cc:DE , cc:GR ;\n        rdfs:label \"EUR\" ;\n        tempo:constrainedBy [\n            a tempo:TemporalConstraint ;\n            tempo:validFrom \"1999-01-01\"^^xsd:date ;\n            ccy:usedIn cc:DE ;\n        ] , [\n            a tempo:TemporalConstraint ;\n            tempo:validFrom \"2001-01-01\"^^xsd:date ;\n            ccy:usedIn cc:GR ;\n        ] .\n\nmeaning the currency code 'EUR' became valid in Germany in 1999 whereas in Greece it became valid in 2001."],"obsolete":false,"notation":null,"semanticType":[],"cui":[],"xref":null,"inScheme":[],"created":null,"modified":null,"memberOf":[],"altLabelXl":[],"hiddenLabelXl":[],"prefLabelXl":[],"isInActiveScheme":[null],"isInActiveCollection":[],"properties":{"http://www.w3.org/1999/02/22-rdf-syntax-ns#type":["http://www.w3.org/2002/07/owl#Class"],"http://www.w3.org/2000/01/rdf-schema#subClassOf":["http://www.w3.org/2002/07/owl#Thing"],"http://www.w3.org/2000/01/rdf-schema#comment":["Temporal constraint box to capture a consistent set of validity and efficacy intervals.\n\nObjects of this class also serve the purpose to capture additional constraints or annotations, in particular when they are also temporally constrained.\n\nExample\n-------\n\n    ccy:EUR\n        a ccy:ISO4217-CurrencyCode ;\n        ccy:usedIn cc:DE , cc:GR ;\n        rdfs:label \"EUR\" ;\n        tempo:constrainedBy [\n            a tempo:TemporalConstraint ;\n            tempo:validFrom \"1999-01-01\"^^xsd:date ;\n            ccy:usedIn cc:DE ;\n        ] , [\n            a tempo:TemporalConstraint ;\n            tempo:validFrom \"2001-01-01\"^^xsd:date ;\n            ccy:usedIn cc:GR ;\n        ] .\n\nmeaning the currency code 'EUR' became valid in Germany in 1999 whereas in Greece it became valid in 2001."],"http://www.w3.org/2000/01/rdf-schema#label":["Temporal Constraint"],"https://data.lovportal.lirmm.fr/metadata/prefixIRI":["tempo:TemporalConstraint"],"https://data.lovportal.lirmm.fr/metadata/def/prefLabel":["Temporal Constraint"],"http://www.w3.org/2000/01/rdf-schema#seeAlso":["http://purl.org/tempo/constrainedBy"]},"@id":"http://purl.org/tempo/TemporalConstraint","@type":"http://www.w3.org/2002/07/owl#Class","links":{"self":"https://data.lovportal.lirmm.fr/ontologies/TEMPO/classes/http%3A%2F%2Fpurl.org%2Ftempo%2FTemporalConstraint","ontology":"https://data.lovportal.lirmm.fr/ontologies/TEMPO","children":"https://data.lovportal.lirmm.fr/ontologies/TEMPO/classes/http%3A%2F%2Fpurl.org%2Ftempo%2FTemporalConstraint/children","parents":"https://data.lovportal.lirmm.fr/ontologies/TEMPO/classes/http%3A%2F%2Fpurl.org%2Ftempo%2FTemporalConstraint/parents","descendants":"https://data.lovportal.lirmm.fr/ontologies/TEMPO/classes/http%3A%2F%2Fpurl.org%2Ftempo%2FTemporalConstraint/descendants","ancestors":"https://data.lovportal.lirmm.fr/ontologies/TEMPO/classes/http%3A%2F%2Fpurl.org%2Ftempo%2FTemporalConstraint/ancestors","instances":"https://data.lovportal.lirmm.fr/ontologies/TEMPO/classes/http%3A%2F%2Fpurl.org%2Ftempo%2FTemporalConstraint/instances","tree":"https://data.lovportal.lirmm.fr/ontologies/TEMPO/classes/http%3A%2F%2Fpurl.org%2Ftempo%2FTemporalConstraint/tree","notes":"https://data.lovportal.lirmm.fr/ontologies/TEMPO/classes/http%3A%2F%2Fpurl.org%2Ftempo%2FTemporalConstraint/notes","mappings":"https://data.lovportal.lirmm.fr/ontologies/TEMPO/classes/http%3A%2F%2Fpurl.org%2Ftempo%2FTemporalConstraint/mappings","ui":"http://lovportal.lirmm.fr/ontologies/TEMPO?p=classes&conceptid=http%3A%2F%2Fpurl.org%2Ftempo%2FTemporalConstraint","@context":{"self":"http://www.w3.org/2002/07/owl#Class","ontology":"http://data.bioontology.org/metadata/Ontology","children":"http://www.w3.org/2002/07/owl#Class","parents":"http://www.w3.org/2002/07/owl#Class","descendants":"http://www.w3.org/2002/07/owl#Class","ancestors":"http://www.w3.org/2002/07/owl#Class","instances":"http://data.bioontology.org/metadata/Instance","tree":"http://www.w3.org/2002/07/owl#Class","notes":"http://data.bioontology.org/metadata/Note","mappings":"http://data.bioontology.org/metadata/Mapping","ui":"http://www.w3.org/2002/07/owl#Class"}},"@context":{"@vocab":"http://data.bioontology.org/metadata/","label":"http://www.w3.org/2000/01/rdf-schema#label","prefLabel":"http://www.w3.org/2004/02/skos/core#prefLabel","prefLabelXl":"http://www.w3.org/2008/05/skos-xl#prefLabel","altLabelXl":"http://www.w3.org/2008/05/skos-xl#altLabel","hiddenLabelXl":"http://www.w3.org/2008/05/skos-xl#hiddenLabel","synonym":"http://www.w3.org/2004/02/skos/core#altLabel","definition":"http://www.w3.org/2004/02/skos/core#definition","obsolete":"http://www.w3.org/2002/07/owl#deprecated","notation":"http://www.w3.org/2004/02/skos/core#notation","prefixIRI":"http://data.bioontology.org/metadata/prefixIRI","parents":"http://www.w3.org/2000/01/rdf-schema##<Proc:0x00007f33908816a0 /srv/ontoportal/ontologies_api/shared/bundle/ruby/3.1.0/bundler/gems/ontologies_linked_data-364a5475a165/lib/ontologies_linked_data/models/class.rb:59 (lambda)>","subClassOf":"http://www.w3.org/2000/01/rdf-schema#subClassOf","semanticType":"http://bioportal.bioontology.org/ontologies/umls/hasSTY","cui":"http://bioportal.bioontology.org/ontologies/umls/cui","xref":"http://www.geneontology.org/formats/oboInOwl#hasDbXref","inScheme":"http://www.w3.org/2004/02/skos/core#inScheme","created":"http://purl.org/dc/terms/created","modified":"http://purl.org/dc/terms/modified","@language":"en"}}