Closed andrecastro0o closed 4 years ago
owl:AnnotationProperty is not relevant to SMW
@StroemPhi mentioned he will add SMW data types as
rdfs:comment "SMW_Datatype_???
@StroemPhi mentioned he will add SMW data types as
rdfs:comment "SMW_Datatype_???
yes. SMW_Datatype_Date, SMW_Datatype_Text etc.
OK?
@andrecastro0o I just made a new annotation property to label the SMW datatypes.
Here_s an exerpt of the new not yet pushed aoen.ttl regarding this
### https://github.com/tibonto/aeon#SMW_datatype
aeon:SMW_datatype rdf:type owl:AnnotationProperty .
### https://github.com/tibonto/aeon#abstract_deadline
aeon:abstract_deadline rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf aeon:deadline ;
rdfs:domain aeon:Event ;
rdfs:range xsd:dateTime ;
rdfs:comment "SMW_Datatype_Date" ;
aeon:SMW_datatype "Date" .
This way it's cleaner right from the start.
@StroemPhi mentioned he will add SMW data types as
rdfs:comment "SMW_Datatype_???
yes. SMW_Datatype_Date, SMW_Datatype_Text etc.
OK?
:+1:
@andrecastro0o I just made a new annotation property to label the SMW datatypes.
Here_s an exerpt of the new not yet pushed aoen.ttl regarding this
### https://github.com/tibonto/aeon#SMW_datatype aeon:SMW_datatype rdf:type owl:AnnotationProperty . ### https://github.com/tibonto/aeon#abstract_deadline aeon:abstract_deadline rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf aeon:deadline ; rdfs:domain aeon:Event ; rdfs:range xsd:dateTime ; rdfs:comment "SMW_Datatype_Date" ; aeon:SMW_datatype "Date" .
This way it's cleaner right from the start.
@StroemPhi
Sounds good. but if you are using aeon:SMW_datatype
than the rdfs:comment "SMW_Datatype_Date" ;
is no longer needed, i guess...
And thanks for the effort in fulling this fancy!
@StroemPhi Sounds good. but if you are using
aeon:SMW_datatype
than therdfs:comment "SMW_Datatype_Date" ;
is no longer needed, i guess... indeed, therdfs:comment "SMW_Datatype_Date"
is thereby outdatedAnd thanks for the effort in fulling this fancy! your welcome :)
@andrecastro0o can you check if everything has a SMW_datatype annotation now without any language tags on it? Thanks!
@andrecastro0o I checked in Protégé and couldn't find any missing SMW_import_info annotations. Thus I'll close this issue.
@StroemPhi while working on https://github.com/TIBHannover/ontology2smw, two questions arrive from inspecting the properties of https://github.com/tibonto/aeon/blob/confIDent/aeon.ttl amdnd thinking onhow to import them to smw.
A) Are are 3 types of properties
owl:AnnotationProperty owl:ObjectProperty owl:DatatypeProperty
meant to be imported to SMW?B) Could SMW datatypes be present in a property definition as perhaps a value of
rdfs:comment
for instanaceSPARQL Query for Ontology properties
query_properties.rq
:ARQ command:
$ arq --data=aeon.ttl --query=query_properties.rq