@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/goodrelations/v1#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://purl.org/goodrelations/> . ns0:Enduser a ns0:BusinessEntityType, owl:NamedIndividual ; rdfs:comment "The gr:BusinessEntityType representing such agents that are purchasing the good or service for private consumption, in particular not for resale or for usage within an industrial enterprise. By default, a Business Entity is an Enduser."@en ; rdfs:isDefinedBy ns1:v1 ; rdfs:label "Enduser (business entity type)"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/goodrelations/v1#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://purl.org/goodrelations/> .

ns0:Enduser
    a ns0:BusinessEntityType, owl:NamedIndividual ;
    rdfs:comment "The gr:BusinessEntityType representing such agents that are purchasing the good or service for private consumption, in particular not for resale or for usage within an industrial enterprise. By default, a Business Entity is an Enduser."@en ;
    rdfs:isDefinedBy ns1:v1 ;
    rdfs:label "Enduser (business entity type)"@en .