diff --git a/ontology/saref4ehaw.ttl b/ontology/saref4ehaw.ttl index 7ef8c6382d4d29d13ce52a22a04565558ef3b7c7..3d3600dc1dfcc15603d39fb0a15d4d8d5377c698 100644 --- a/ontology/saref4ehaw.ttl +++ b/ontology/saref4ehaw.ttl @@ -3,7 +3,6 @@ @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix xml: <http://www.w3.org/XML/1998/namespace> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . -@prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix vann: <http://purl.org/vocab/vann/> . @prefix voaf: <http://purl.org/vocommons/voaf#> . @@ -651,15 +650,6 @@ saref:offers rdf:type owl:ObjectProperty ; ################################################################# -### http://xmlns.com/foaf/0.1/name - -foaf:name rdf:type owl:DatatypeProperty ; - - rdfs:range xsd:anyURI ; - - rdfs:domain foaf:Person . - - ### https://saref.etsi.org/s4ehaw/activitiesDuration @@ -1731,12 +1721,6 @@ voaf:Vocabulary rdf:type owl:Class . -### http://xmlns.com/foaf/0.1/Person - -foaf:Person rdf:type owl:Class . - - - ### https://saref.etsi.org/s4ehaw/Activities :Activities rdf:type owl:Class . @@ -2117,26 +2101,5 @@ saref:Service rdf:type owl:Class . saref:UnitOfMeasure rdf:type owl:Class . - - - - -################################################################# -# -# Individuals -# -################################################################# - - -### http://www-public.imtbs-tsp.eu/~girodgen/ - -<http://www-public.imtbs-tsp.eu/~girodgen/> rdf:type owl:NamedIndividual , - foaf:Person ; - - foaf:name "Marc Girod-Genet" . - - - - ### Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net