mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 06:08:40 +02:00
9 lines
844 B
Plaintext
9 lines
844 B
Plaintext
_:hasParent <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
|
|
_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
|
|
_:b1 <http://www.w3.org/2002/07/owl#onProperty> _:hasParent .
|
|
_:b1 <http://www.w3.org/2002/07/owl#maxCardinality> "2"^^<http://www.w3.org/2001/XMLSchema#integer> .
|
|
_:hasParent <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> <http://example/graph> .
|
|
_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> <http://example/graph> .
|
|
_:b2 <http://www.w3.org/2002/07/owl#onProperty> _:hasParent <http://example/graph> .
|
|
_:b2 <http://www.w3.org/2002/07/owl#maxCardinality> "2"^^<http://www.w3.org/2001/XMLSchema#integer> <http://example/graph> .
|