@prefix : . @prefix obo: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology . ################################################################# # # Annotation properties # ################################################################# ### http://purl.obolibrary.org/obo/IAO_0000115 obo:IAO_0000115 rdf:type owl:AnnotationProperty . ################################################################# # # Object Properties # ################################################################# ### http://purl.obolibrary.org/obo/RO_0002472 obo:RO_0002472 rdf:type owl:ObjectProperty ; rdfs:label "is evidence for" ; owl:inverseOf obo:RO_0002558 . ### http://purl.obolibrary.org/obo/RO_0002558 obo:RO_0002558 rdf:type owl:ObjectProperty ; rdfs:label "has evidence" ; rdfs:range obo:ECO_0000000 . ### http://purl.org/oban/association_has_object :association_has_object rdf:type owl:ObjectProperty ; rdfs:label "association has object" ; rdfs:domain :association . ### http://purl.org/oban/association_has_object_property :association_has_object_property rdf:type owl:ObjectProperty ; rdfs:label "association has object property" ; rdfs:domain :association . ### http://purl.org/oban/association_has_subject :association_has_subject rdf:type owl:ObjectProperty ; rdfs:label "association has subject" ; rdfs:domain :association . ### http://purl.org/oban/association_has_subject_property :association_has_subject_property rdf:type owl:ObjectProperty ; rdfs:label "association has subject property" ; rdfs:domain :association . ### http://purl.org/oban/has_provenance :has_provenance rdf:type owl:ObjectProperty ; rdfs:label "has provenance" . ### http://purl.org/oban/object_has_association :object_has_association rdf:type owl:ObjectProperty ; rdfs:label "object has association" ; rdfs:range :association ; owl:inverseOf :association_has_object . ### http://purl.org/oban/subject_has_association :subject_has_association rdf:type owl:ObjectProperty ; rdfs:label "subject has association" ; owl:inverseOf :association_has_subject . ### http://www.w3.org/2002/07/owl#topObjectProperty owl:topObjectProperty rdfs:range :association . ################################################################# # # Data properties # ################################################################# ### http://purl.org/oban/date_association_created :date_association_created rdf:type owl:DatatypeProperty ; rdfs:label "date association created" ; obo:IAO_0000115 "The date the association was created in this format (i.e. in this representation). This is NOT the date the association was originally made (e.g. NOT the date it was written in a paper)." . ### http://purl.org/oban/has_pubmed_id :has_pubmed_id rdf:type owl:DatatypeProperty ; rdfs:label "has pubmed id" ; obo:IAO_0000115 "Pubmed ID identifying the publication in which the association was published." . ################################################################# # # Classes # ################################################################# ### http://purl.obolibrary.org/obo/ECO_0000000 obo:ECO_0000000 rdf:type owl:Class ; rdfs:label "evidence" . ### http://purl.org/oban/association :association rdf:type owl:Class ; rdfs:label "association" . ### http://purl.org/oban/provenance :provenance rdf:type owl:Class ; rdfs:label "provenance" . ### Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net