Skip to content

Commit

Permalink
Replaced Symmetric type by Transitive type to the ontology files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Rodriguez Doncel committed Jan 16, 2018
1 parent 2e36a94 commit d636026
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vocab/ODRL22.nt
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ _:genid25 <http://www.w3.org/2002/07/owl#unionOf> _:genid24 .
<http://www.w3.org/ns/odrl/2/Action> <http://www.w3.org/2000/01/rdf-schema#label> "Action"@en .
<http://www.w3.org/ns/odrl/2/includedIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
<http://www.w3.org/ns/odrl/2/includedIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.w3.org/ns/odrl/2/includedIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
<http://www.w3.org/ns/odrl/2/includedIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#TransitiveProperty> .
<http://www.w3.org/ns/odrl/2/includedIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://www.w3.org/ns/odrl/2/includedIn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
<http://www.w3.org/ns/odrl/2/includedIn> <http://www.w3.org/2000/01/rdf-schema#label> "Included In"@en .
Expand Down
2 changes: 1 addition & 1 deletion vocab/ODRL22.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@
</Action>
<rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/includedIn">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Action"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
Expand Down
2 changes: 1 addition & 1 deletion vocab/ODRL22.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ odrl:
rdfs:label "Action"@en .

:includedIn
a rdf:Property, owl:ObjectProperty, owl:SymmetricProperty, skos:Concept ;
a rdf:Property, owl:ObjectProperty, owl:TransitiveProperty, skos:Concept ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Included In"@en ;
skos:definition "An Action transitively asserts that another Action that encompasses its operational semantics."@en ;
Expand Down

0 comments on commit d636026

Please sign in to comment.