Loading examples/indoor-event.ttl +9 −4 Original line number Diff line number Diff line Loading @@ -2,16 +2,21 @@ @prefix ex: <https://saref.etsi.org/saref4wear/example/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix xml: <http://www.w3.org/XML/1998/namespace> . @prefix xml: <http://www.w3.org/XML/1998/namespace/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix saref: <https://saref.etsi.org/saref/> . @prefix saref: <https://saref.etsi.org/core/> . @prefix s4city: <https://saref.etsi.org/saref4city/> . @prefix s4wear: <https://saref.etsi.org/saref4wear/> . @prefix dcterms: <http://purl.org/dc/terms/> . @base <https://saref.etsi.org/saref4wear/example/> . <https://saref.etsi.org/saref4wear/example/> rdf:type owl:Ontology ; owl:versionIRI <https://saref.etsi.org/saref4wear/v0.1.2/saref4wear/example/> . dcterms:description "SAREF4WEAR Example: Sport Wearables"@en ; dcterms:abstract "SAREF4WEAR Example: Sport Wearables"@en ; dcterms:license <https://forge.etsi.org/etsi-software-license> ; dcterms:title "SAREF4WEAR Example: Sport Wearables"@en ; owl:imports <https://saref.etsi.org/saref4wear/> . ################################################################# # Annotation properties Loading @@ -26,7 +31,7 @@ s4wear:interactsWith rdf:type owl:AnnotationProperty . ### https://saref.etsi.org/saref4wear/isSensedBy s4wear:isSensedBy rdf:type owl:AnnotationProperty . ### s4wear:isSensedBy rdf:type owl:AnnotationProperty . ################################################################# Loading examples/openair-event.ttl +8 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,21 @@ @prefix ex: <https://saref.etsi.org/saref4wear/example/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix xml: <http://www.w3.org/XML/1998/namespace> . @prefix xml: <http://www.w3.org/XML/1998/namespace/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix saref: <https://saref.etsi.org/saref/> . @prefix saref: <https://saref.etsi.org/core/> . @prefix s4city: <https://saref.etsi.org/saref4city/> . @prefix s4wear: <https://saref.etsi.org/saref4wear/> . @prefix dcterms: <http://purl.org/dc/terms/> . @base <https://saref.etsi.org/saref4wear/example/> . <https://saref.etsi.org/saref4wear/example/> rdf:type owl:Ontology ; owl:versionIRI <https://saref.etsi.org/saref4wear/v0.1.2/saref4wear/example/> . dcterms:description "SAREF4WEAR Example: Sport Wearables"@en ; dcterms:abstract "SAREF4WEAR Example: Sport Wearables"@en ; dcterms:license <https://forge.etsi.org/etsi-software-license> ; dcterms:title "SAREF4WEAR Example: Sport Wearables"@en ; owl:imports <https://saref.etsi.org/saref4wear/> . ################################################################# # Annotation properties Loading examples/sportwearable.ttl +23 −15 Original line number Diff line number Diff line @prefix : <https://saref.etsi.org/saref4wear/sportwearable#> . @prefix : <https://saref.etsi.org/saref4wear/example/> . @prefix ex: <https://saref.etsi.org/saref4wear/example/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix xml: <http://www.w3.org/XML/1998/namespace> . @prefix xml: <http://www.w3.org/XML/1998/namespace/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @base <https://saref.etsi.org/saref4wear/sportwearable#> . <https://saref.etsi.org/saref4wear/sportwearable#> rdf:type owl:Ontology ; owl:versionIRI <https://saref.etsi.org/saref4wear/v0.1.2/saref4wear/sportwearable#> ; owl:imports <https://saref.etsi.org/saref4wear/v0.1.2/saref4wear#> . @prefix saref: <https://saref.etsi.org/core/> . @prefix s4city: <https://saref.etsi.org/saref4city/> . @prefix s4wear: <https://saref.etsi.org/saref4wear/> . @prefix dcterms: <http://purl.org/dc/terms/> . @base <https://saref.etsi.org/saref4wear/example/> . <https://saref.etsi.org/saref4wear/example/> rdf:type owl:Ontology ; dcterms:description "SAREF4WEAR Example: Sport Wearables"@en ; dcterms:abstract "SAREF4WEAR Example: Sport Wearables"@en ; dcterms:license <https://forge.etsi.org/etsi-software-license> ; dcterms:title "SAREF4WEAR Example: Sport Wearables"@en ; owl:imports <https://saref.etsi.org/saref4wear/> . ################################################################# # Annotation properties ################################################################# ### https://saref.etsi.org/s4wear#canSendInformationTo <https://saref.etsi.org/s4wear#canSendInformationTo> rdf:type owl:AnnotationProperty . ### https://saref.etsi.org/s4wear/canSendInformationTo <https://saref.etsi.org/s4wear/canSendInformationTo> rdf:type owl:AnnotationProperty . ################################################################# Loading @@ -24,12 +32,12 @@ ### https://saref.etsi.org/saref4wear/sportwearable#HeartRateMonitor :HeartRateMonitor rdf:type owl:Class ; rdfs:subClassOf <https://saref.etsi.org/s4wear#Wearable> . rdfs:subClassOf <https://saref.etsi.org/s4wear/Wearable> . ### https://saref.etsi.org/saref4wear/sportwearable#SmartWatch :SmartWatch rdf:type owl:Class ; rdfs:subClassOf <https://saref.etsi.org/s4wear#Wearable> . rdfs:subClassOf <https://saref.etsi.org/s4wear/Wearable> . ################################################################# Loading @@ -44,14 +52,14 @@ ### https://saref.etsi.org/saref4wear/sportwearable#HRM-Run :HRM-Run rdf:type owl:NamedIndividual , :HeartRateMonitor ; <https://saref.etsi.org/s4wear#canSendInformationTo> :GarminForerunner735XT . <https://saref.etsi.org/s4wear/canSendInformationTo> :GarminForerunner735XT . ### https://saref.etsi.org/saref4wear/sportwearable#Mauro :Mauro rdf:type owl:NamedIndividual , <https://saref.etsi.org/s4wear#LivingOrganism> ; <https://saref.etsi.org/s4wear#interactsWith> :GarminForerunner735XT ; <https://saref.etsi.org/s4wear#isSensedBy> :GarminForerunner735XT . <https://saref.etsi.org/s4wear/LivingOrganism> ; <https://saref.etsi.org/s4wear/interactsWith> :GarminForerunner735XT ; <https://saref.etsi.org/s4wear/isSensedBy> :GarminForerunner735XT . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi ontology/saref4wear.ttl +113 −34 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
examples/indoor-event.ttl +9 −4 Original line number Diff line number Diff line Loading @@ -2,16 +2,21 @@ @prefix ex: <https://saref.etsi.org/saref4wear/example/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix xml: <http://www.w3.org/XML/1998/namespace> . @prefix xml: <http://www.w3.org/XML/1998/namespace/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix saref: <https://saref.etsi.org/saref/> . @prefix saref: <https://saref.etsi.org/core/> . @prefix s4city: <https://saref.etsi.org/saref4city/> . @prefix s4wear: <https://saref.etsi.org/saref4wear/> . @prefix dcterms: <http://purl.org/dc/terms/> . @base <https://saref.etsi.org/saref4wear/example/> . <https://saref.etsi.org/saref4wear/example/> rdf:type owl:Ontology ; owl:versionIRI <https://saref.etsi.org/saref4wear/v0.1.2/saref4wear/example/> . dcterms:description "SAREF4WEAR Example: Sport Wearables"@en ; dcterms:abstract "SAREF4WEAR Example: Sport Wearables"@en ; dcterms:license <https://forge.etsi.org/etsi-software-license> ; dcterms:title "SAREF4WEAR Example: Sport Wearables"@en ; owl:imports <https://saref.etsi.org/saref4wear/> . ################################################################# # Annotation properties Loading @@ -26,7 +31,7 @@ s4wear:interactsWith rdf:type owl:AnnotationProperty . ### https://saref.etsi.org/saref4wear/isSensedBy s4wear:isSensedBy rdf:type owl:AnnotationProperty . ### s4wear:isSensedBy rdf:type owl:AnnotationProperty . ################################################################# Loading
examples/openair-event.ttl +8 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,21 @@ @prefix ex: <https://saref.etsi.org/saref4wear/example/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix xml: <http://www.w3.org/XML/1998/namespace> . @prefix xml: <http://www.w3.org/XML/1998/namespace/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix saref: <https://saref.etsi.org/saref/> . @prefix saref: <https://saref.etsi.org/core/> . @prefix s4city: <https://saref.etsi.org/saref4city/> . @prefix s4wear: <https://saref.etsi.org/saref4wear/> . @prefix dcterms: <http://purl.org/dc/terms/> . @base <https://saref.etsi.org/saref4wear/example/> . <https://saref.etsi.org/saref4wear/example/> rdf:type owl:Ontology ; owl:versionIRI <https://saref.etsi.org/saref4wear/v0.1.2/saref4wear/example/> . dcterms:description "SAREF4WEAR Example: Sport Wearables"@en ; dcterms:abstract "SAREF4WEAR Example: Sport Wearables"@en ; dcterms:license <https://forge.etsi.org/etsi-software-license> ; dcterms:title "SAREF4WEAR Example: Sport Wearables"@en ; owl:imports <https://saref.etsi.org/saref4wear/> . ################################################################# # Annotation properties Loading
examples/sportwearable.ttl +23 −15 Original line number Diff line number Diff line @prefix : <https://saref.etsi.org/saref4wear/sportwearable#> . @prefix : <https://saref.etsi.org/saref4wear/example/> . @prefix ex: <https://saref.etsi.org/saref4wear/example/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix xml: <http://www.w3.org/XML/1998/namespace> . @prefix xml: <http://www.w3.org/XML/1998/namespace/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @base <https://saref.etsi.org/saref4wear/sportwearable#> . <https://saref.etsi.org/saref4wear/sportwearable#> rdf:type owl:Ontology ; owl:versionIRI <https://saref.etsi.org/saref4wear/v0.1.2/saref4wear/sportwearable#> ; owl:imports <https://saref.etsi.org/saref4wear/v0.1.2/saref4wear#> . @prefix saref: <https://saref.etsi.org/core/> . @prefix s4city: <https://saref.etsi.org/saref4city/> . @prefix s4wear: <https://saref.etsi.org/saref4wear/> . @prefix dcterms: <http://purl.org/dc/terms/> . @base <https://saref.etsi.org/saref4wear/example/> . <https://saref.etsi.org/saref4wear/example/> rdf:type owl:Ontology ; dcterms:description "SAREF4WEAR Example: Sport Wearables"@en ; dcterms:abstract "SAREF4WEAR Example: Sport Wearables"@en ; dcterms:license <https://forge.etsi.org/etsi-software-license> ; dcterms:title "SAREF4WEAR Example: Sport Wearables"@en ; owl:imports <https://saref.etsi.org/saref4wear/> . ################################################################# # Annotation properties ################################################################# ### https://saref.etsi.org/s4wear#canSendInformationTo <https://saref.etsi.org/s4wear#canSendInformationTo> rdf:type owl:AnnotationProperty . ### https://saref.etsi.org/s4wear/canSendInformationTo <https://saref.etsi.org/s4wear/canSendInformationTo> rdf:type owl:AnnotationProperty . ################################################################# Loading @@ -24,12 +32,12 @@ ### https://saref.etsi.org/saref4wear/sportwearable#HeartRateMonitor :HeartRateMonitor rdf:type owl:Class ; rdfs:subClassOf <https://saref.etsi.org/s4wear#Wearable> . rdfs:subClassOf <https://saref.etsi.org/s4wear/Wearable> . ### https://saref.etsi.org/saref4wear/sportwearable#SmartWatch :SmartWatch rdf:type owl:Class ; rdfs:subClassOf <https://saref.etsi.org/s4wear#Wearable> . rdfs:subClassOf <https://saref.etsi.org/s4wear/Wearable> . ################################################################# Loading @@ -44,14 +52,14 @@ ### https://saref.etsi.org/saref4wear/sportwearable#HRM-Run :HRM-Run rdf:type owl:NamedIndividual , :HeartRateMonitor ; <https://saref.etsi.org/s4wear#canSendInformationTo> :GarminForerunner735XT . <https://saref.etsi.org/s4wear/canSendInformationTo> :GarminForerunner735XT . ### https://saref.etsi.org/saref4wear/sportwearable#Mauro :Mauro rdf:type owl:NamedIndividual , <https://saref.etsi.org/s4wear#LivingOrganism> ; <https://saref.etsi.org/s4wear#interactsWith> :GarminForerunner735XT ; <https://saref.etsi.org/s4wear#isSensedBy> :GarminForerunner735XT . <https://saref.etsi.org/s4wear/LivingOrganism> ; <https://saref.etsi.org/s4wear/interactsWith> :GarminForerunner735XT ; <https://saref.etsi.org/s4wear/isSensedBy> :GarminForerunner735XT . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
ontology/saref4wear.ttl +113 −34 File changed.Preview size limit exceeded, changes collapsed. Show changes