<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="https://brickschema.org/schema/Brick#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:skos="http://www.w3.org/2004/02/skos/core#"> <owl:ObjectProperty rdf:about="https://brickschema.org/schema/Brick#hasAssociatedTag"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/> <owl:inverseOf rdf:resource="https://brickschema.org/schema/Brick#isAssociatedWith"/> <rdfs:label>Has associated tag</rdfs:label> <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Class"/> <rdfs:range rdf:resource="https://brickschema.org/schema/Brick#Tag"/> <skos:definition xml:lang="en">The class is associated with the given tag</skos:definition> </owl:ObjectProperty> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="https://brickschema.org/schema/Brick#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:skos="http://www.w3.org/2004/02/skos/core#">
  <owl:ObjectProperty rdf:about="https://brickschema.org/schema/Brick#hasAssociatedTag">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
    <owl:inverseOf rdf:resource="https://brickschema.org/schema/Brick#isAssociatedWith"/>
    <rdfs:label>Has associated tag</rdfs:label>
    <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:range rdf:resource="https://brickschema.org/schema/Brick#Tag"/>
    <skos:definition xml:lang="en">The class is associated with the given tag</skos:definition>
  </owl:ObjectProperty>
</rdf:RDF>