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

Added s to http in IAO_00000112 for vivo:orcidId #1

Open
wants to merge 1 commit into
base: owlapi_test
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
2 changes: 1 addition & 1 deletion vivo.owl
Original file line number Diff line number Diff line change
Expand Up @@ -2097,7 +2097,7 @@ Werner suggests a solution based on "Magnitudes" a proposal for which

<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#orcidId">
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<obo:IAO_0000112>This is now an object property where the object value is a resource of the form &lt;http://orcid.org/NNNN-NNNN-NNNN-NNNN&gt;. This is to support connecting VIVO and ORCID in the linked data web. Note: a person can have multiple ORCID iDs.</obo:IAO_0000112>
<obo:IAO_0000112>This is now an object property where the object value is a resource of the form &lt;https://orcid.org/NNNN-NNNN-NNNN-NNNN&gt;. This is to support connecting VIVO and ORCID in the linked data web. Note: a person can have multiple ORCID iDs.</obo:IAO_0000112>
<vitro:stubObjectPropertyAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</vitro:stubObjectPropertyAnnot>
<rdfs:label xml:lang="en">ORCID iD</rdfs:label>
</owl:ObjectProperty>
Expand Down