@prefix : <http://rdf.identifiers.org/ontology/> . | |
@prefix owl: <http://www.w3.org/2002/07/owl#> . | |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
@prefix dct: <http://purl.org/dc/terms/> . | |
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | |
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | |
@prefix sio: <http://semanticscience.org/resource/> . | |
@prefix mirc: <http://identifiers.org/miriam.collection/MIR:> . | |
@prefix mirr: <http://identifiers.org/miriam.resource/MIR:> . | |
<http://rdf.identifiers.org/ontology/> | |
rdf:type owl:Ontology ; | |
rdfs:label "Identifiers.org ontology" ; | |
rdfs:comment "Ontology for describing databases and entries in the Identifiers.org repository." ; | |
dct:license <http://creativecommons.org/publicdomain/zero/1.0/> ; | |
owl:versionInfo "Created on @DATE_GENERATED@"^^xsd:string . | |
:DataResource | |
rdf:type owl:Class ; | |
rdfs:label "DataResource" ; | |
rdfs:comment "An instance of a database entry described with an Identifiers.org URI." ; | |
skos:narrower sio:SIO_000756 . # sio:DatabaseEntry | |
:DataCollection | |
rdf:type owl:Class ; | |
rdfs:label "DataCollection" ; | |
rdfs:comment "An instance of a database described with an Identifiers.org URI." ; | |
skos:narrower sio:SIO_000089 . # sio:Dataset | |
:database | |
rdf:type owl:ObjectProperty ; | |
rdfs:label "is entry of" ; | |
rdfs:comment "A predicate for describing that a DataResource belongs to a DataCollection." ; | |
rdfs:domain :DataCollection ; | |
rdfs:range :DataResource ; | |
skos:narrower sio:SIO_000068 . # sio:is-part-of (or sio:SIO_001278 is-data-item-in) | |
:link | |
rdf:type owl:ObjectProperty ; | |
rdfs:label "has relation" ; | |
rdfs:comment "A predicate for describing that a DataResource has a relation to another DataResource." ; | |
rdfs:domain :DataResource ; | |
rdfs:range :DataResource ; | |
skos:narrower sio:SIO_000001 . # sio:is-related-to | |
:link_to | |
rdf:type owl:ObjectProperty ; | |
rdfs:label "has a link to" ; | |
rdfs:comment "A predicate for describing that a DataResource has a cross reference to another DataResource." ; | |
rdfs:domain :DataResource ; | |
rdfs:range :DataResource ; | |
owl:subPropertyOf :link ; | |
skos:narrower sio:SIO_000628 . # sio:refers-to | |
:link_from | |
rdf:type owl:ObjectProperty ; | |
rdfs:label "has a link from" ; | |
rdfs:comment "A predicate for describing that a DataResource has a cross reference from another DataResource." ; | |
rdfs:domain :DataResource ; | |
rdfs:range :DataResource ; | |
owl:subPropertyOf :link ; | |
skos:narrower sio:SIO_000212 . # sio:is-referred-to-by | |
:inferred_link | |
rdf:type owl:ObjectProperty ; | |
rdfs:label "has an inferred link to" ; | |
rdfs:comment "A predicate for describing that a DataResources has a inferred cross reference to another DataResource." ; | |
rdfs:domain :DataResource ; | |
rdfs:range :DataResource ; | |
owl:subPropertyOf :link ; | |
skos:narrower sio:SIO_001403 . # sio:is-associated-with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment