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

Some changes performed to the ontology to fix the error classes. However,...

Some changes performed to the ontology to fix the error classes. However, Protege hangs when trying to load this ontology.
parent 786d8e6d
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -64,7 +64,11 @@
        <dcterms:creator rdf:resource="http://purl.org/net/mpoveda"/>
        <owl:versionIRI rdf:resource="http://saref.linkeddata.es/def/v1/env"/>
        <dc:publisher rdf:resource="http://www.oeg-upm.net/"/>
<!--
SAREF cannot be imported into Protege

        <owl:imports rdf:resource="https://w3id.org/saref"/>
-->
    </owl:Ontology>
    

@@ -273,6 +277,12 @@
    


    <!-- https://w3id.org/saref#isMeasuredIn -->

    <owl:ObjectProperty rdf:about="https://w3id.org/saref#isMeasuredIn" />
    


    <!-- http://saref.linkeddata.es/def/env#isProjectedFromHeight -->

    <owl:ObjectProperty rdf:about="http://saref.linkeddata.es/def/env#isProjectedFromHeight">
@@ -501,6 +511,24 @@
    


    <!-- https://w3id.org/saref#hasName -->

    <owl:DatatypeProperty rdf:about="https://w3id.org/saref#hasName" />
    


    <!-- https://w3id.org/saref#hasDescription -->

    <owl:DatatypeProperty rdf:about="https://w3id.org/saref#hasDescription" />
    


    <!-- https://w3id.org/saref#hasValue -->

    <owl:DatatypeProperty rdf:about="https://w3id.org/saref#hasValue" />
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //