1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
|
@base <http://localhost/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix wv: <http://vocab.org/waiver/terms/norms> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix rel: <http://purl.org/vocab/relationship/> .
<http://example.org/> a void:Dataset ;
void:triples 4667 ;
void:entities 558 ;
void:properties 17 ;
void:distinctSubjects 756 ;
void:distinctObjects 3525 ;
# void:propertyPartition
# [
# void:property foaf:name;
# void:triples 320;
# ],
# [
# void:property dc:date ;
# void:triples 298 ;
# ],
# [
# void:property rdfs:comment ;
# void:triples 337 ;
# ],
# [
# void:property dc:issued ;
# void:triples 260 ;
# ],
# [
# void:property rel:friendOf ;
# void:triples 207 ;
# ],
# [
# void:property foaf:homepage ;
# void:triples 231 ;
# ],
# [
# void:property rel:ancestorOf ;
# void:triples 224 ;
# ],
# [
# void:property rel:childOf ;
# void:triples 213 ;
# ],
# [
# void:property rdf:type ;
# void:triples 687 ;
# ],
# [
# void:property dc:subject ;
# void:triples 207 ;
# ],
# [
# void:property owl:sameAs ;
# void:triples 108 ;
# ],
# [
# void:property rdfs:label ;
# void:triples 322 ;
# ],
# [
# void:property dc:language ;
# void:triples 311 ;
# ],
# [
# void:property rel:apprenticeTo ;
# void:triples 198 ;
# ],
# [
# void:property rel:hasMet ;
# void:triples 222 ;
# ],
# [
# void:property dc:title ;
# void:triples 314 ;
# ],
# [
# void:property foaf:knows;
# void:triples 208;
# ];
void:classPartition
# [
# void:class foaf:Person;
# void:triples 99;
# ],
# [
# void:class dc:Event ;
# void:triples 112 ;
# ],
# [
# void:class foaf:Agent ;
# void:triples 113 ;
# ],
# [
# void:class dc:Text ;
# void:triples 127 ;
# ],
[
void:class dc:Sound ;
void:triples 107 ;
],
[
void:class foaf:Organization ;
void:triples 129 ;
];
void:uriSpace "http://example.org/subjects/";
void:vocabulary <http://purl.org/dc/terms/>,
<http://purl.org/vocab/relationship/>,
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>,
<http://www.w3.org/2000/01/rdf-schema#>,
<http://www.w3.org/2002/07/owl#>,
<http://xmlns.com/foaf/0.1/> .
|