Contractor Role
Class
http://proethica.org/ontology/intermediate#ContractorRole
Definition
Party contracted to carry out construction work.
Mappings & provenance
exactly matches
Contractor (ifc-roles)
closely matches
Subcontractor (ifc-roles)
Properties
Subclass of
Archetype Axis
occupational
Alt Label
contractor
subcontractor
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 85TTL
@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:ContractorRole a owl:Class ;
rdfs:label "Contractor Role"@en ;
proeth:archetypeAxis "occupational" ;
rdfs:comment "Party contracted to carry out construction work."@en ;
rdfs:subClassOf proeth:ParticipantRole ;
skos:altLabel "contractor"@en,
"subcontractor"@en ;
skos:closeMatch ifcrole:Subcontractor ;
skos:exactMatch ifcrole:Contractor .