Skip to content

Commit

Permalink
fixing uris for new classes
Browse files Browse the repository at this point in the history
  • Loading branch information
anaigmo committed Jul 8, 2024
1 parent 2915d1e commit 6e9d1b4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ontology/rml-core.owl
Original file line number Diff line number Diff line change
Expand Up @@ -483,24 +483,24 @@ foaf:name rdf:type owl:AnnotationProperty .
rdfs:label "Triples Map" .


### http://w3id.org/rml/URI
:URI rdf:type owl:Class ;
rdfs:comment "Denotes an URI, used with termType."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:label "URI" .


### http://w3id.org/rml/UnsafeIRI
:URI rdf:type owl:Class ;
:UnsafeIRI rdf:type owl:Class ;
rdfs:comment "Denotes an unsafe IRI, used with termType."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:label "Unsafe IRI" .


### http://w3id.org/rml/UnsafeURI
:URI rdf:type owl:Class ;
:UnsafeURI rdf:type owl:Class ;
rdfs:comment "Denotes an unsafe URI, used with termType."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:label "Unsafe URI" .


### http://w3id.org/rml/URI
:URI rdf:type owl:Class ;
rdfs:comment "Denotes an URI, used with termType."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:label "URI" .

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

0 comments on commit 6e9d1b4

Please sign in to comment.