VIVO-33 changes vivo:dateTime and c40:hasGlobalCitationDate back to DatatypeProperties
This commit is contained in:
parent
0a6b7be1a0
commit
b3d8aecbc0
2 changed files with 20 additions and 21 deletions
|
@ -1621,6 +1621,17 @@ modern society using the world of Star trek. Los Angeles Times, March
|
|||
|
||||
|
||||
|
||||
<!-- http://purl.org/spar/c4o/hasGlobalCountDate -->
|
||||
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/spar/c4o/hasGlobalCountDate">
|
||||
|
||||
<rdfs:domain rdf:resource="http://purl.org/spar/c4o/GlobalCitationCount"/>
|
||||
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The date on which the global citation count of the cited entity was recorded from a named bibliographic information source.</obo:IAO_0000115>
|
||||
</owl:DatatypeProperty>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.org/spar/c4o/hasGlobalCountValue -->
|
||||
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/spar/c4o/hasGlobalCountValue">
|
||||
|
@ -1659,6 +1670,15 @@ modern society using the world of Star trek. Los Angeles Times, March
|
|||
|
||||
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#dateTime -->
|
||||
|
||||
<owl:DatatypeProperty rdf:about="http://vivoweb.org/ontology/core#dateTime">
|
||||
|
||||
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
|
||||
</owl:DatatypeProperty>
|
||||
|
||||
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#eRACommonsId -->
|
||||
|
||||
<owl:DatatypeProperty rdf:about="http://vivoweb.org/ontology/core#eRACommonsId">
|
||||
|
|
|
@ -1264,15 +1264,6 @@ there is a measurement process p that has specified output m, a measurement datu
|
|||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#dateTime -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#dateTime">
|
||||
|
||||
<rdfs:range rdf:resource="http://vivoweb.org/ontology/core#DateTimeValue"/>
|
||||
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#dateTimeValue"/>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#dateFiled -->
|
||||
|
||||
|
@ -1285,18 +1276,6 @@ there is a measurement process p that has specified output m, a measurement datu
|
|||
|
||||
|
||||
|
||||
<!-- http://purl.org/spar/c4o/hasGlobalCountDate -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/spar/c4o/hasGlobalCountDate">
|
||||
|
||||
<rdfs:domain rdf:resource="http://purl.org/spar/c4o/GlobalCitationCount"/>
|
||||
<rdfs:range rdf:resource="http://vivoweb.org/ontology/core#DateTimeValue"/>
|
||||
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#dateTimeValue"/>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The date on which the global citation count of the cited entity was recorded from a named bibliographic information source.</obo:IAO_0000115>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#dateIssued -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#dateIssued">
|
||||
|
|
Loading…
Add table
Reference in a new issue