VIVO-637
This commit is contained in:
parent
f90d798937
commit
ba63872b8f
4 changed files with 25 additions and 29 deletions
|
@ -1621,15 +1621,6 @@ 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">
|
||||
|
||||
<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">
|
||||
|
@ -1668,15 +1659,6 @@ 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,6 +1264,15 @@ 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 -->
|
||||
|
||||
|
@ -1276,6 +1285,18 @@ 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">
|
||||
|
|
|
@ -752,17 +752,6 @@
|
|||
|
||||
|
||||
|
||||
<!-- http://purl.org/spar/c4o/hasGlobalCountDate -->
|
||||
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/spar/c4o/hasGlobalCountDate">
|
||||
|
||||
<vitro:descriptionAnnot 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.</vitro:descriptionAnnot>
|
||||
<rdfs:domain rdf:resource="http://purl.org/spar/c4o/GlobalCitationCount"/>
|
||||
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
|
||||
</owl:DatatypeProperty>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.org/spar/c4o/hasGlobalCountValue -->
|
||||
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/spar/c4o/hasGlobalCountValue">
|
||||
|
|
|
@ -5124,6 +5124,8 @@ bibo:Interview
|
|||
|
||||
<http://purl.org/spar/c4o/hasGlobalCountDate>
|
||||
rdfs:label "has global count date"@en-US ;
|
||||
vitro:customEntryFormAnnot
|
||||
"edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DateTimePropertyGenerator"^^xsd:string ;
|
||||
vitro:displayLimitAnnot
|
||||
"5"^^xsd:int ;
|
||||
vitro:displayRankAnnot
|
||||
|
@ -7663,6 +7665,8 @@ vcard:OrganizationUnitName
|
|||
|
||||
vivo:dateTime
|
||||
rdfs:label "date/time"@en-US , "date/time"@en-US ;
|
||||
vitro:customEntryFormAnnot
|
||||
"edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DateTimePropertyGenerator"^^xsd:string ;
|
||||
vitro:displayLimitAnnot
|
||||
"5"^^xsd:int ;
|
||||
vitro:displayRankAnnot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue