Owner Role
Class
http://proethica.org/ontology/intermediate#OwnerRole
Definition
Party that owns the asset, project, or building.
Mappings & provenance
exactly matches
Owner (ifc-roles)
closely matches
Building Owner (ifc-roles)
Properties
Subclass of
Archetype Axis
occupational
Used in cases 1
Case ontologies that instantiate this class. Computed from each individual's type, so the list stays current as cases are extracted. The originating case is shown under Extraction details.
Case 15TTL
@prefix ifcrole: <http://proethica.org/vocab/ifc-roles#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth: <http://proethica.org/ontology/intermediate#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
proeth:OwnerRole a owl:Class ;
rdfs:label "Owner Role"@en ;
proeth:archetypeAxis "occupational" ;
rdfs:comment "Party that owns the asset, project, or building."@en ;
rdfs:subClassOf proeth:ParticipantRole ;
skos:closeMatch ifcrole:BuildingOwner ;
skos:exactMatch ifcrole:Owner .