@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.ontologyrepository.com/CommonCoreOntologies/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:is_curated_in_ontology ns0:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^<http://www.w3.org/2001/XMLSchema#anyURI> ; a owl:AnnotationProperty ; rdfs:label "is curated in ontology"@en ; skos:definition "An annotation property that links a class, property, or named individual to the URI of the ontology where it is located."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:is_curated_in_ontology
    ns0:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^<http://www.w3.org/2001/XMLSchema#anyURI> ;
    a owl:AnnotationProperty ;
    rdfs:label "is curated in ontology"@en ;
    skos:definition "An annotation property that links a class, property, or named individual to the URI of the ontology where it is located."@en .