Page 1 of 1

p7tpl warning

Posted: Mon Sep 17, 2012 10:57 pm
by vvagr
I've posted it some time ago in LinkedIn community, but it'll be better to have it here in public.

Verifying various types of ISO 15926 data with our software we've met a mistake in publicly distributed p7tpl.owl file. There are two template role definitions with labels non compliant to Part 8:

<owl:DatatypeProperty rdf:about="#valPropertyValue">
<rdfs:label>Property value</rdfs:label>
<rdfs:comment/>
<rdfs:subPropertyOf rdf:resource="#valInitialSetTemplateDataRoleFiller"/>
</owl:DatatypeProperty>

Correct label should be <rdfs:label>valPropertyValue</rdfs:label>

And

<owl:ObjectProperty rdf:about="#hasPropertyType">
<rdfs:label>Property type</rdfs:label>
<rdfs:comment/>
<rdfs:subPropertyOf rdf:resource="#hasInitialSetTemplateObjectRoleFiller"/>
</owl:ObjectProperty>

Correct label should be <rdfs:label>hasPropertyType</rdfs:label>

Please be aware of probable errors

Re: p7tpl warning

Posted: Fri Sep 21, 2012 2:29 pm
by Admin
This is a remark to be stored with the issues against ISO 15926-8.

...moved topic to the parts forum.