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

Improved metadata for vivo.owl #26

Open
wants to merge 5 commits 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
16 changes: 14 additions & 2 deletions vivo.owl
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,23 @@
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:statistics="http://purl.org/net/OCRe/statistics.owl#">
xmlns:statistics="http://purl.org/net/OCRe/statistics.owl#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:doap="http://usefulinc.com/ns/doap#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcat="http://www.w3.org/ns/dcat#">

<owl:Ontology rdf:about="http://vivoweb.org/ontology/core">
<rdfs:label xml:lang="en-US">VIVO Core Ontology</rdfs:label>
<terms:license rdf:resource="https://spdx.org/licenses/Unlicense.html"/>
<vann:preferredNamespacePrefix>vivo</vann:preferredNamespacePrefix>
<dc:creator rdf:resource="VIVO Ontology Interest Group"/>
<dc:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2024-06-07T12:00:00Z</dc:modified>
<owl:versionInfo>1.17.0</owl:versionInfo>
<dc:description xml:lang="en">The VIVO Ontology is used to represent the expertise of people engaged in the creation, transmission, and preservation of knowledge and creative works. The VIVO ontology (hereafter referred to as “the ontology”) represents expertise by describing the activities and accomplishments of people in terms of their relationships to particular artifacts of the work, resources they use, institutions that employ them, and other indicators. The ontology is independent of knowledge or creative domain. The ontology supports the identification, evaluation, and impact assessment of individual people and groups of people, as well as identification and reuse of the works of the people.</dc:description>
<doap:repository rdf:resource="https://github.com/vivo-ontologies/vivo-ontology"/>
<dcat:distribution rdf:resource="https://raw.githubusercontent.com/vivo-ontologies/vivo-ontology/master/vivo.owl"/>
<doap:bug-database rdf:resource="https://github.com/vivo-ontologies/vivo-ontology/issues"/>
</owl:Ontology>

<!--
Expand Down Expand Up @@ -12608,4 +12620,4 @@ see: http://xmlns.com/foaf/spec/#term_Group</obo:IAO_0000112>
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
</rdf:Description>

</rdf:RDF>
</rdf:RDF>