http://scigraph.springernature.com/ontologies/core/dateInfo
The :dateInfo property is an abstract property used to group together all date-related properties.
@prefix ns1: <http://scigraph.springernature.com/ontologies/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:dateInfo a owl:DatatypeProperty ;
rdfs:label "Property: dateInfo"@en ;
rdfs:comment "The :dateInfo property is an abstract property used to group together all date-related properties."@en ;
rdfs:isDefinedBy ns1: .