@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix scheme: <https://data.centropescabrando.it/scheme/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://data.centropescabrando.it/id/match-type/broad> a skos:Concept ;
    skos:inScheme scheme:match-type ;
    skos:notation "BROAD" ;
    skos:prefLabel "Broad"@en,
        "Ampio"@it ;
    skos:topConceptOf scheme:match-type .

<https://data.centropescabrando.it/id/match-type/phrase> a skos:Concept ;
    skos:inScheme scheme:match-type ;
    skos:notation "PHRASE" ;
    skos:prefLabel "Phrase"@en,
        "Frase"@it ;
    skos:topConceptOf scheme:match-type .

scheme:match-type a skos:ConceptScheme ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    dcterms:title "Google Ads match types"@en,
        "Match type Google Ads"@it ;
    skos:hasTopConcept <https://data.centropescabrando.it/id/match-type/broad>,
        <https://data.centropescabrando.it/id/match-type/phrase> ;
    skos:prefLabel "Google Ads match types"@en,
        "Match type Google Ads"@it .

