@base <http://completeness.inf.unibz.it/sp-vocab> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix wdt: <http://www.wikidata.org/prop/direct/> .
@prefix coolwd: <http://cool-wd.inf.unibz.it/resource/> .
@prefix spv: <#> .

<>
    dct:creator [
        foaf:mbox <mailto:fariz.darari@stud-inf.unibz.it> ;
        foaf:name "Fariz Darari"
    ], [
        foaf:mbox <mailto:rprasojo@unibz.it> ;
        foaf:name "Radityo Eko Prasojo"
    ], [
        foaf:mbox <mailto:razniewski@inf.unibz.it> ;
        foaf:name "Simon Razniewski"
    ], [
        foaf:mbox <mailto:nutt@inf.unibz.it> ;
        foaf:name "Werner Nutt"
    ] ;
    dct:description "The vocabulary for SP-statements, i.e., statements about data completeness of entity-centric KBs (e.g., Wikidata)."@en ;
    dct:modified "2016-07-09"^^xsd:date ;
    dct:publisher <http://www.inf.unibz.it/krdb/#entity> ;
    dct:title "SP-statements Vocabulary"@en ;
    a owl:Ontology .

spv:SPStatement
    a rdfs:Class ;
    rdfs:comment "An SP-statement is a statement about the completeness of an entity's property."@en ;
    rdfs:label "SP-statement"@en .

spv:hasSPStatement
    a rdf:Property ;
    rdfs:comment "To declare that a KB (or dataset) has an SP-statement."@en ;
    rdfs:label "has SP-statement"@en ;
    rdfs:range spv:SPStatement .

spv:predicate
    a rdf:Property ;
    rdfs:comment "The predicate of an SP-statement."@en ;
    rdfs:domain spv:SPStatement ;
    rdfs:label "predicate"@en .

spv:subject
    a rdf:Property ;
    rdfs:comment "The subject of an SP-statement."@en ;
    rdfs:domain spv:SPStatement ;
    rdfs:label "subject"@en .

coolwd:statement-Q39-P150
    spv:predicate wdt:P150 ;
    spv:subject wd:Q39 ;
    a spv:SPStatement ;
    prov:generatedAtTime "2016-07-07T10:45:52"^^xsd:dateTime ;
    prov:hadPrimarySource <https://www.admin.ch/opc/en/classified-compilation/19995395/index.html#a1> ;
    prov:wasAttributedTo [
        foaf:mbox <mailto:fariz.darari@stud-inf.unibz.it> ;
        foaf:name "Fariz Darari"
    ] .

wd:Q2013
    spv:hasSPStatement coolwd:statement-Q39-P150 ;
    rdfs:label "Wikidata"@en .

wd:Q39
    rdfs:label "Switzerland"@en .

wdt:P150
    rdfs:label "contains administrative territorial entity"@en .

