Supplier Role
Class
http://proethica.org/ontology/intermediate#SupplierRole
Definition
Party that supplies materials, products, or equipment.
Mappings & provenance
exactly matches
Supplier (ifc-roles)
closely matches
Manufacturer (ifc-roles)
Properties
Subclass of
Archetype Axis
occupational
Alt Label
supplier
manufacturer
vendor
reseller
TTL
@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:SupplierRole a owl:Class ;
rdfs:label "Supplier Role"@en ;
proeth:archetypeAxis "occupational" ;
rdfs:comment "Party that supplies materials, products, or equipment."@en ;
rdfs:subClassOf proeth:ParticipantRole ;
skos:altLabel "manufacturer"@en,
"reseller"@en,
"supplier"@en,
"vendor"@en ;
skos:closeMatch ifcrole:Manufacturer ;
skos:exactMatch ifcrole:Supplier .