@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/dpv/dpv-pd#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns1: <https://w3id.org/dpv#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns2: <https://enterprivacy.com/wp-content/uploads/2018/09/> . @prefix ns3: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:Income dct:created "2019-06-04"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:creator "Elmar Kiesling; Harshvardhan J. Pandit", "Fajar Ekaputra" ; dct:source <https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf> ; a owl:NamedIndividual, skos:Concept, ns1:Concept ; rdfs:isDefinedBy <https://w3id.org/dpv/dpv-pd#> ; ns3:term_status "accepted"@en ; skos:broader ns0:Transactional ; skos:definition "Information about financial income e.g. for individual or household or family"@en ; skos:prefLabel "Income"@en ; ns1:isSubTypeOf ns0:Transactional . ns0:PersonalDataConcepts skos:member ns0:Income . ns0:Transactional skos:narrower ns0:Income .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/dpv/dpv-pd#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns1: <https://w3id.org/dpv#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns2: <https://enterprivacy.com/wp-content/uploads/2018/09/> .
@prefix ns3: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:Income
    dct:created "2019-06-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Elmar Kiesling; Harshvardhan J. Pandit", "Fajar Ekaputra" ;
    dct:source <https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf> ;
    a owl:NamedIndividual, skos:Concept, ns1:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv/dpv-pd#> ;
    ns3:term_status "accepted"@en ;
    skos:broader ns0:Transactional ;
    skos:definition "Information about financial income e.g. for individual or household or family"@en ;
    skos:prefLabel "Income"@en ;
    ns1:isSubTypeOf ns0:Transactional .

ns0:PersonalDataConcepts
    skos:member ns0:Income .

ns0:Transactional
    skos:narrower ns0:Income .