Commit 2b59938a authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

There is no need to define individuals for contributors, with the URI is enough.

parent f32f09f8
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
@@ -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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@@ -237,10 +236,6 @@ saref:relatesToProperty rdf:type owl:ObjectProperty ;
#    Data properties
#################################################################

###  http://xmlns.com/foaf/0.1/name
foaf:name rdf:type owl:DatatypeProperty .


###  https://saref.etsi.org/s4wear#hasCapacity
s4wear:hasCapacity rdf:type owl:DatatypeProperty ;
                rdfs:domain s4city:Facility ;
@@ -291,10 +286,6 @@ saref:hasValue rdf:type owl:DatatypeProperty ;
voaf:Vocabulary rdf:type owl:Class .


###  http://xmlns.com/foaf/0.1/Person
foaf:Person rdf:type owl:Class .


###  http://www.opengis.net/ont/geosparql#Feature
geosp:Feature rdf:type owl:Class ;
              rdfs:subClassOf geosp:SpatialObject ;
@@ -627,16 +618,3 @@ saref:Property rdf:type owl:Class ;
saref:UnitOfMeasure rdf:type owl:Class ;
                    rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
                    rdfs:label "Unit of measure"@en .


#################################################################
#    Individuals
#################################################################

###  https://www.linkedin.com/in/maurodragoni/MauroDragoni
<https://www.linkedin.com/in/maurodragoni/MauroDragoni> rdf:type owl:NamedIndividual ,
                                                                 foaf:Person ;
                                                        foaf:name "Mauro Dragoni" .


###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi