Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Wikidata ID #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions vivo.owl
Original file line number Diff line number Diff line change
Expand Up @@ -4791,6 +4791,16 @@ Definition source: https://ror.org/about/</obo:IAO_0000112>
</owl:DatatypeProperty>


<!-- http://vivoweb.org/ontology/core#wikidataiD -->

<owl:DatatypeProperty rdf:about="http://vivoweb.org/ontology/core#wikidataiD">
<rdfs:label xml:lang="en">Wikidata ID</rdfs:label>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Identifier being used by Wikidata to identify entities in Wikidata.org. Entity ID URIs follow the pattern http://www.wikidata.org/entity/ID where ID is an entity ID.</obo:IAO_0000112>
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#identifier"/>
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://www.wikidata.org/wiki/Wikidata:Identifiers</rdfs:isDefinedBy>
</owl:DatatypeProperty>


<!-- http://vivoweb.org/ontology/core#scopusId -->

<owl:DatatypeProperty rdf:about="http://vivoweb.org/ontology/core#scopusId">
Expand All @@ -4811,6 +4821,7 @@ Definition source: https://ror.org/about/</obo:IAO_0000112>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">definition modified from: source (http://en.wikipedia.org/wiki/Seating_capacity).</obo:IAO_0000112>
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#Room"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>

</owl:DatatypeProperty>


Expand Down