-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hasBSDDTarget and hasBSDDValue: where they are defined and what is the difference? #108
Comments
They are in check_method but imho under-defined. aec3po:hasBSDDTarget a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "hasBSSDDTarget"@en ;
rdfs:comment "The target refers to either the name of an object, the name of property or a function."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( aec3po:FeatureOfInterest aec3po:Property aec3po:CheckMethod) ] ;
rdfs:isDefinedBy aec3po:check_method .
aec3po:hasBSDDValue a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "hasBSSDDValue"@en ;
rdfs:comment "TBD"@en ;
rdfs:isDefinedBy aec3po:check_method .
aec3po:hasBSDDTarget a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "hasBSDDTarget"@en ;
rdfs:comment "URL of an element from the buildingSmart Data Dictionary (BSDD): Classification (aka class: object, product, material), Property, or Classification Property."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( aec3po:FeatureOfInterest aec3po:Property aec3po:CheckMethod) ] ;
rdfs:range rdf:Resource;
rdfs:isDefinedBy aec3po:check_method .
aec3po:hasBSDDValue a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "hasBSDDValue"@en ;
rdfs:comment "URL of an enumeration value from the buildingSmart Data Dictionary (BSDD)"@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( aec3po:FeatureOfInterest aec3po:Property aec3po:CheckMethod) ] ;
rdfs:range rdf:Resource;
rdfs:isDefinedBy aec3po:check_method . @nataschake I can guess the meaning fairly confidently, eg:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @beachtom @Antoine-Zimmermann @EdliraK Who can clarify what are the meanings of
hasBSDDTarget
andhasBSDDValue
object properties? Looked through the sources and did not find them there.The text was updated successfully, but these errors were encountered: