mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 23:12:34 +00:00
25 lines
990 B
Turtle
25 lines
990 B
Turtle
@prefix brick: <https://brickschema.org/schema/Brick#> .
|
|
@prefix bsh: <https://brickschema.org/schema/BrickShape#> .
|
|
@prefix dcterms: <http://purl.org/dc/terms#> .
|
|
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
|
@prefix qudt: <http://qudt.org/schema/qudt/> .
|
|
@prefix qudtqk: <http://qudt.org/vocab/quantitykind/> .
|
|
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
@prefix sdo: <http://schema.org/> .
|
|
@prefix sh: <http://www.w3.org/ns/shacl#> .
|
|
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
|
|
@prefix sosa: <http://www.w3.org/ns/sosa/> .
|
|
@prefix tag: <https://brickschema.org/schema/BrickTag#> .
|
|
@prefix unit: <http://qudt.org/vocab/unit/> .
|
|
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
|
|
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
|
|
|
brick:Class a owl:Class .
|
|
|
|
brick:Location a owl:Class ;
|
|
rdfs:subClassOf brick:Class .
|
|
|
|
brick:Building a owl:Class ;
|
|
rdfs:subClassOf brick:Class, brick:Location .
|