-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
https://github.com/griddigit-ci/ModShape/blob/master/CGMES_v3_0_constraints/DatatypeMapping/RDFdatatypes.rdf looks like this:
<http://iec.ch/TC57/61970-552/ModelDescription/1#Model.created> a rdf:Property, rdfs:Literal ;
rdfs:range xsd:dateTime .
Fix it to this:
<http://iec.ch/TC57/61970-552/ModelDescription/1#Model.created> a owl:DatatypeProperty ;
rdfs:range xsd:dateTime .
A Property is definitely not a Literal!
Metadata
Metadata
Assignees
Labels
No labels