User Defined
Concept
http://proethica.org/vocab/ifc-roles#UserDefined
Definition
An escape-hatch value for a role not covered by the enumeration (the role text is given separately). Precedent for a catch-all archetype.
Properties
TTL
@prefix ifcrole: <http://proethica.org/vocab/ifc-roles#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
ifcrole:UserDefined a ifcrole:IfcActorRoleValue,
owl:NamedIndividual,
skos:Concept ;
rdfs:label "User Defined" ;
skos:definition "An escape-hatch value for a role not covered by the enumeration (the role text is given separately). Precedent for a catch-all archetype." ;
skos:inScheme ifcrole:IfcActorRolesScheme ;
skos:notation "USERDEFINED" .