p7tpl warning

Post Reply
Message
Author
vvagr
Posts: 282
Joined: Mon Feb 27, 2012 11:01 pm
Location: Moscow, Russia
Contact:

p7tpl warning

#1 Post 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

Admin
Site Admin
Posts: 32
Joined: Wed Jan 18, 2012 8:50 pm

Re: p7tpl warning

#2 Post by Admin »

This is a remark to be stored with the issues against ISO 15926-8.

...moved topic to the parts forum.

Post Reply