Accord-Project / aec3po

AEC3PO: Architecture, Engineering, Construction Compliance Checking and Permitting Ontology
https://w3id.org/lbd/aec3po/
2 stars 1 forks source link

xsd:String as range of Object Property ? #51

Closed maximelefrancois86 closed 1 year ago

maximelefrancois86 commented 1 year ago

https://github.com/Accord-Project/aec3po/blob/034f37514c748069da23e4090df27e35ddb82e0e/src/model.ttl#L31

https://github.com/Accord-Project/aec3po/blob/034f37514c748069da23e4090df27e35ddb82e0e/src/model.ttl#L39

https://github.com/Accord-Project/aec3po/blob/034f37514c748069da23e4090df27e35ddb82e0e/src/model.ttl#L61

should be xsd:string, not xsd:String. And if the range is xsd:string, the property is a datatype property, not an object property.