

######
#     #   ##   #####   ##   #####  #    #  ####
#     #  #  #    #    #  #  #    # #    # #
#     # #    #   #   #    # #####  #    #  ####
#     # ######   #   ###### #    # #    #      #
#     # #    #   #   #    # #    # #    # #    #
######  #    #   #   #    # #####   ####   ####

# Plugin version 1.3-SNAPSHOT - https://github.com/dbpedia/databus-maven-plugin


@prefix databus: <https://databus.dbpedia.org/> .
@prefix dataid-mt: <http://dataid.dbpedia.org/ns/mt#> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix dataid: <http://dataid.dbpedia.org/ns/core#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dataid-cv: <http://dataid.dbpedia.org/ns/cv#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcat:  <http://www.w3.org/ns/dcat#> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix dataid-debug: <http://dataid.dbpedia.org/ns/debug.ttl#> .

<https://databus.dbpedia.org/dbpedia/wikidata/instance-types>
        a       dataid:Artifact .

dataid-cv:tag  rdfs:subPropertyOf  dataid:contentVariant .

<https://downloads.dbpedia.org/repo/dbpedia/wikidata/instance-types/2020.04.01/dataid.ttl#Dataset>
        a                       dataid:Dataset ;
        rdfs:comment            "Contains triples of the form $object rdf:type $class"@en ;
        rdfs:label              "Wikidata Instance Types"@en ;
        dataid:account          databus:dbpedia ;
        dataid:artifact         <https://databus.dbpedia.org/dbpedia/wikidata/instance-types> ;
        dataid:associatedAgent  <https://webid.dbpedia.org/webid.ttl#this> ;
        dataid:group            <https://databus.dbpedia.org/dbpedia/wikidata> ;
        dataid:groupdocu        "## Origin\nThis dataset was extracted using the XML wikidata-dumps available on https://www.wikidata.org/wiki/Wikidata:Database_download\nThe extraction is performed using the DBpedia Extraction-Framework available at https://github.com/dbpedia/extraction-framework\nYou may find more details on the Wikidata extractions at \"Wikidata through the eyes of DBpedia\" by Ali Ismayilov, Dimitris Kontokostas, Sören Auer, Jens Lehmann and Sebastian Hellmann.\nYou may download the article from http://www.semantic-web-journal.net/content/wikidata-through-eyes-dbpedia-1\n\n## How to contribute\nDBpedia is a community project, help us with this dataset:\n* Extend and/or improve the Wikidata class & ontology mappings at the DBpedia mappings wiki (http://mappings.dbpedia.org)\n* Extend and/or improve the Wikidata json mappings at https://github.com/dbpedia/extraction-framework/blob/master/core/src/main/resources/wikidatar2r.json\n* Improve this documentation in the pom.xml at https://github.com/dbpedia/databus-maven-plugin/tree/master/dbpedia/wikidata/pom.xml\n* Improve the software at: https://github.com/dbpedia/extraction-framework\n\n## Known Issues\n* RDF parsing and sorting failed for artifacts rediects, references, raw and sameas*\n* we are attempting to switch from rapper to Sansa-Stack: http://sansa-stack.net/sansa-parser-performance-improved/\n\n## Group Changelog\n### 2018.07.20 to 2018.11.30\n* were created as new modular releases, some issues remain\n* removed wikidata-sameas\n* removed raw for now\n* mappingbased objects are not cleaned\n* we used rapper 2.0.14 to parse and `LC_ALL=C sort` to sort and ascii2uni -a U to unescape unicdoe\ncharacters\n* link to Wikimedia dump version is missing\n## 2018.10.01\n* deleted due to bzip2 non-recoverable bad blocks" ;
        dataid:version          <https://databus.dbpedia.org/dbpedia/wikidata/instance-types/2020.04.01> ;
        dct:conformsTo          "http://dataid.dbpedia.org/ns/core#" ;
        dct:description         "Using P31 as rdf:type . \nIf the typed class is in in the DBpedia Ontology, it will be used, otherwise the type is discarded. \nE.g. \n\n```\n<QXYZ> <P31> <Q5> . # Q5 is Person\n<Q5> owl:equivalentClass dbo:Person .\n------------------------\n<QXYZ> rdf:type dbo:Person .\n```\nFunction used:\n```\n \"P31\": [\n        {\n            \"rdf:type\": \"$getDBpediaClass\"\n        }\n],\n\n```\n\nThe extractor uses the data from ontology-subclass-of artifact to optimize the hierarchy and enrich equivalent classes.\n\nThe mappings between Wikidata Items and classes can be edited in the [Mappings Wiki](http://mappings.dbpedia.org/index.php/OntologyClass:Person)\n\n* https://github.com/dbpedia/extraction-framework/blob/master/core/src/main/resources/wikidatar2r.json#L92\n* https://github.com/dbpedia/extraction-framework/blob/master/core/src/main/resources/wikidatar2r.json#L87" ;
        dct:hasVersion          "2020.04.01" ;
        dct:issued              "2020-04-01T00:00:00Z"^^xsd:dateTime ;
        dct:license             <http://purl.oclc.org/NET/rdflicense/cc-by3.0> ;
        dct:publisher           <https://webid.dbpedia.org/webid.ttl#this> ;
        dct:title               "Wikidata Instance Types"@en ;
        dcat:distribution       <https://downloads.dbpedia.org/repo/dbpedia/wikidata/instance-types/2020.04.01/dataid.ttl#instance-types_transitive.ttl.bz2> , <https://downloads.dbpedia.org/repo/dbpedia/wikidata/instance-types/2020.04.01/dataid.ttl#instance-types_specific.ttl.bz2> .

<https://downloads.dbpedia.org/repo/dbpedia/wikidata/instance-types/2020.04.01/dataid.ttl#instance-types_transitive.ttl.bz2>
        a                        dataid:SingleFile ;
        dataid:associatedAgent   <https://webid.dbpedia.org/webid.ttl#this> ;
        dataid:compression       "bzip2" ;
        dataid:contentVariant    "transitive" ;
        dataid:file              <https://databus.dbpedia.org/dbpedia/wikidata/instance-types/2020.04.01/instance-types_transitive.ttl.bz2> ;
        dataid:formatExtension   "ttl" ;
        dataid:isDistributionOf  <https://downloads.dbpedia.org/repo/dbpedia/wikidata/instance-types/2020.04.01/dataid.ttl#Dataset> ;
        dataid:preview           "<http://wikidata.dbpedia.org/resource/Q10000001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Agent> .\n<http://wikidata.dbpedia.org/resource/Q10000001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Person> .\n<http://wikidata.dbpedia.org/resource/Q10000001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Agent> .\n<http://wikidata.dbpedia.org/resource/Q10000001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#NaturalPerson> .\n<http://wikidata.dbpedia.org/resource/Q10000001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Thing> .\n<http://wikidata.dbpedia.org/resource/Q10000001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.wikidata.org/entity/Q215627> .\n<http://wikidata.dbpedia.org/resource/Q10000001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.wikidata.org/entity/Q24229398> .\n<http://wikidata.dbpedia.org/resource/Q10000001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.wikidata.org/entity/Q5> .\n<http://wikidata.dbpedia.org/resource/Q10000001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .\n<http://wikidata.dbpedia.org/resource/Q1000001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MusicalWork> ." ;
        dataid:sha256sum         "aea64128ad3900ddcb8c21ef3b2224c7e95032de0e43710155a9868e10df9cd2" ;
        dataid:signature         "XYewWhIPXp/LEHMYpirvS3ggjGVTxbbxo3xUP7MbEONUmwSCsKOc8pX5ZySldLGw5278H7qTs/u6zT0LlFem4c8fpMC38VUa2vgs14TBbViHirVGcRLOXbZezR3xd0mOjApiAZI3v3tWUjofrLuGe/J4usa0WDUm2J7rMZd3vU+L94lWTf3jb+Q9qIaklXCuKx49JUrsGZwWYh1uJh+ai1VvG5upI4+0kdhzs94nzzRGmc1DQqVPu+7gQuFw9bxjkaS9/RkrpwwgK91Hwg8XJx1iVvRnXzkWGCcN2LvsYu8g6qO70pAFKS4dBbhLa0TA+myWg1y76e8/SyZYdKTkrA==" ;
        dataid-cv:tag            "transitive" ;
        dct:conformsTo           "http://dataid.dbpedia.org/ns/core#" ;
        dct:hasVersion           "2020.04.01" ;
        dct:issued               "2020-04-01T00:00:00Z"^^xsd:dateTime ;
        dct:license              <http://purl.oclc.org/NET/rdflicense/cc-by3.0> ;
        dct:modified             "2020-07-08T10:28:34Z"^^xsd:dateTime ;
        dct:publisher            <https://webid.dbpedia.org/webid.ttl#this> ;
        dcat:byteSize            "279016589"^^xsd:decimal ;
        dcat:downloadURL         <https://downloads.dbpedia.org/repo/dbpedia/wikidata/instance-types/2020.04.01/instance-types_transitive.ttl.bz2> ;
        dcat:mediaType           dataid-mt:ApplicationNTriples .

<https://databus.dbpedia.org/dbpedia/wikidata/instance-types/2020.04.01>
        a       dataid:Version .

<https://databus.dbpedia.org/dbpedia/wikidata>
        a       dataid:Group .

<https://downloads.dbpedia.org/repo/dbpedia/wikidata/instance-types/2020.04.01/dataid.ttl>
        a                       dataid:DataId ;
        rdfs:comment            "Metadata created by the DBpedia Databus Maven Plugin: https://github.com/dbpedia/databus-maven-plugin (Version 1.3-SNAPSHOT)\nThe DataID ontology is a metadata omnibus, which can be extended to be interoperable with all metadata formats\nNote that the metadata (the dataid.ttl file) is always CC-0, the files are licensed individually\nMetadata created by https://webid.dbpedia.org/webid.ttl#this" ;
        rdfs:label              "DataID metadata for wikidata/instance-types"@en ;
        dataid:associatedAgent  <https://webid.dbpedia.org/webid.ttl#this> ;
        dct:conformsTo          "http://dataid.dbpedia.org/ns/core#" ;
        dct:hasVersion          "1.3-SNAPSHOT" ;
        dct:issued              "2020-07-09T10:53:49Z"^^xsd:dateTime ;
        dct:license             <http://purl.oclc.org/NET/rdflicense/cc-zero1.0> ;
        dct:publisher           <https://webid.dbpedia.org/webid.ttl#this> ;
        dct:title               "DataID metadata for wikidata/instance-types"@en .

<https://downloads.dbpedia.org/repo/dbpedia/wikidata/instance-types/2020.04.01/dataid.ttl#instance-types_specific.ttl.bz2>
        a                        dataid:SingleFile ;
        dataid:associatedAgent   <https://webid.dbpedia.org/webid.ttl#this> ;
        dataid:compression       "bzip2" ;
        dataid:contentVariant    "specific" ;
        dataid:file              <https://databus.dbpedia.org/dbpedia/wikidata/instance-types/2020.04.01/instance-types_specific.ttl.bz2> ;
        dataid:formatExtension   "ttl" ;
        dataid:isDistributionOf  <https://downloads.dbpedia.org/repo/dbpedia/wikidata/instance-types/2020.04.01/dataid.ttl#Dataset> ;
        dataid:preview           "<http://wikidata.dbpedia.org/resource/Q10000001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person> .\n<http://wikidata.dbpedia.org/resource/Q1000001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Album> .\n<http://wikidata.dbpedia.org/resource/Q1000002> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person> .\n<http://wikidata.dbpedia.org/resource/Q1000004> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Road> .\n<http://wikidata.dbpedia.org/resource/Q1000005> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person> .\n<http://wikidata.dbpedia.org/resource/Q1000006> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person> .\n<http://wikidata.dbpedia.org/resource/Q100000> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Village> .\n<http://wikidata.dbpedia.org/resource/Q10000121> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person> .\n<http://wikidata.dbpedia.org/resource/Q1000012> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/RailwayStation> .\n<http://wikidata.dbpedia.org/resource/Q10000136> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Museum> ." ;
        dataid:sha256sum         "7faa82ffa605f8fdca5339f6f66ebe9131fe76cbd5c5d8753424ffaf1e5e95ff" ;
        dataid:signature         "uyvvXeWK+Z+rj9NwqSww3u58N+hpEOPyyexM2nvMGrWLUR4LeeqsJMOMH7tsxCb4gDpr2+D7gC9iyRDDwnif1ndOmR0MGOVCPv+u89FASrS1g/r0JnMPpj5qKX2gbNIcLzgdLoJWqSMKRGSAX4GQ3UdtHhDdkPGDRyw8FS1hK0Bj99QculHkAxgkrvAi8celQ+J3AUqzGB23wFEyhXB5uK484PBilGWfWIQDnq+ZgWLM03ZGr3KlALPgdOidS3P7x0dXvsAg4EPuQ9XMJqSKvf1BKL5YacaBix98ABo6RInj0vWneAZbUcN3SJdSMzWveJNDxX21YSFRmFwkPBYoXQ==" ;
        dataid-cv:tag            "specific" ;
        dct:conformsTo           "http://dataid.dbpedia.org/ns/core#" ;
        dct:hasVersion           "2020.04.01" ;
        dct:issued               "2020-04-01T00:00:00Z"^^xsd:dateTime ;
        dct:license              <http://purl.oclc.org/NET/rdflicense/cc-by3.0> ;
        dct:modified             "2020-07-08T10:13:16Z"^^xsd:dateTime ;
        dct:publisher            <https://webid.dbpedia.org/webid.ttl#this> ;
        dcat:byteSize            "48402414"^^xsd:decimal ;
        dcat:downloadURL         <https://downloads.dbpedia.org/repo/dbpedia/wikidata/instance-types/2020.04.01/instance-types_specific.ttl.bz2> ;
        dcat:mediaType           dataid-mt:ApplicationNTriples .

dataid-mt:ApplicationNTriples
        a                dataid-mt:MediaType ;
        dataid:mimetype  "application/n-triples" .
