You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rdfs:comment "The name or the identifier of the BIM model."@en ;
rdfs:domain schema:Model ;
rdfs:range xsd:string ;
owl:inverseOf schema:subjectOf ;
owl:equivalentProperty schema:about .
schema:about is an object property pointing from a creative work to its subject. (The subject could also be a string if a thing is not available, but is typically a thing).
So how can the name of something be equivalent to its Aboutness? If you have a BIM model, can you even discuss what is it about?
is it really prudent to define a prop as "name or identifier"?
The text was updated successfully, but these errors were encountered:
aec3po/src/model.ttl
Lines 27 to 33 in bc69db7
schema:about
is an object property pointing from a creative work to its subject. (The subject could also be a string if a thing is not available, but is typically a thing).The text was updated successfully, but these errors were encountered: