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

Conversation

hauschke
Copy link
Member

@hauschke hauschke commented Jun 7, 2024

VIVO-Ontology GitHub issue:

What does this pull request do?

The ontology metadata was extendend.

What's new?

    <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>

Additional notes:

  • This PR should be reviewed from both the technical side and the contents should be discussed and agreed upon in the Ontology IG.
  • If we agree on contents, this could be reflected in the Readme of this repository, especially the description.

Interested parties

  • VIVO Ontology IG

@hauschke hauschke self-assigned this Jun 7, 2024
@hauschke hauschke linked an issue Jun 19, 2024 that may be closed by this pull request
@hauschke
Copy link
Member Author

hauschke commented Jul 3, 2024

Feedback from @annakasprzik @melanieWacker @brianjlowe in the meeting notes of the ontology call from 2024-07-03: https://wiki.lyrasis.org/display/VIVO/2024-07-03+Ontology+Interest+Group+Call

@hauschke
Copy link
Member Author

hauschke commented Jul 3, 2024

It was discussed if we should use a URI for dc:creator (as an object property) or a literal (as a data property). In the specification (https://www.dublincore.org/specifications/dublin-core/dcmi-terms/elements11/creator/) it says:

Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity.

I could not find any indication that it should be used as an object property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve ontology metadata
1 participant