summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Trueg <trueg@kde.org>2009-11-30 18:52:15 +0000
committerSebastian Trueg <trueg@kde.org>2009-11-30 18:52:15 +0000
commit12cec34c5c50eb50fe551b725eaa36d62f3b0239 (patch)
tree4efed537a622ed9c96add10fbee479baf1d56a26
parent973d3dfaf2dc99efb2997930b164e66beaab8e5d (diff)
Fixed a few syntax issues
-rw-r--r--base/dctype.trig9
-rw-r--r--base/rdf.trig2
-rw-r--r--base/rdfs.trig2
-rw-r--r--nmm/nmm.trig4
-rw-r--r--nso/nso.trig10
5 files changed, 16 insertions, 11 deletions
diff --git a/base/dctype.trig b/base/dctype.trig
index 88117fe..a0e77a4 100644
--- a/base/dctype.trig
+++ b/base/dctype.trig
@@ -10,9 +10,9 @@
@prefix nao: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> .
@prefix nrl: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
-@prefix dctype: <http://purl.org/dc/dcmitype/> .
+@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
-dctype: {
+dcmitype: {
dcterms:DCMIType rdf:type dcterms:TypeScheme ,
rdfs:Class ;
dc:description "The DCMI Type Vocabulary provides a general, cross-domain list of approved terms that may be used as values for the Resource Type element to identify the genre of a resource." ;
@@ -120,9 +120,9 @@ dctype: {
<http://purl.org/dc/dcmitype/metadata> {
<http://purl.org/dc/dcmitype/metadata>
a nrl:GraphMetadata ;
- nrl:coreGraphMetadataFor dctype: .
+ nrl:coreGraphMetadataFor dcmitype: .
- dctype:
+ dcmitype:
a nrl:Ontology, nrl:DocumentGraph ;
dc:title "The DCMI Types namespace providing access to its content by means of an RDF Schema" ;
dc:publisher "The Dublin Core Metadata Initiative" ;
@@ -135,6 +135,7 @@ dctype: {
dcterms:isReferencedBy <http://purl.org/dc/terms/> ;
dcterms:issued "2000-07-11" ;
dcterms:modified "2002-05-22" ;
+ nao:lastModified "2009-11-30T18:00:00Z" ;
nao:hasDefaultNamespace "http://purl.org/dc/dcmitype/" ;
nao:hasDefaultNamespaceAbbreviation "dctype" ;
nao:serializationLanguage "TriG" ;
diff --git a/base/rdf.trig b/base/rdf.trig
index f6ce790..d8d3bae 100644
--- a/base/rdf.trig
+++ b/base/rdf.trig
@@ -9,6 +9,8 @@
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix nrl: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> .
+@prefix nao: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> .
rdf: {
rdf:type rdf:type rdf:Property ;
diff --git a/base/rdfs.trig b/base/rdfs.trig
index 26dbfae..25d62ea 100644
--- a/base/rdfs.trig
+++ b/base/rdfs.trig
@@ -9,6 +9,8 @@
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix nrl: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> .
+@prefix nao: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> .
rdfs: {
rdfs:Resource rdf:type rdfs:Class ;
diff --git a/nmm/nmm.trig b/nmm/nmm.trig
index df4786b..073ce3b 100644
--- a/nmm/nmm.trig
+++ b/nmm/nmm.trig
@@ -58,7 +58,7 @@ nmm: {
rdfs:comment "Album the music belongs to" ;
rdfs:domain nmm:MusicPiece ;
rdfs:range nmm:MusicAlbum ;
- nrl:maxCardinality 1^^xsd:nonNegativeInteger .
+ nrl:maxCardinality 1 .
nmm:beatsPerMinute
a rdf:Property ;
@@ -169,7 +169,7 @@ nmm: {
a nrl:DocumentGraph , nrl:KnowledgeBase ;
nao:hasDefaultNamespace "http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#" ;
nao:hasDefaultNamespaceAbbreviation "nmm" ;
- nao:lastModified "2009-11-11T22:37:29" ;
+ nao:lastModified "2009-11-30T22:37:29" ;
nao:serializationLanguage "TriG" ;
nao:status "Testing" ;
nrl:updatable "0" ;
diff --git a/nso/nso.trig b/nso/nso.trig
index 037ef59..a1092a2 100644
--- a/nso/nso.trig
+++ b/nso/nso.trig
@@ -43,7 +43,7 @@
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix nso: <http://www.semanticdesktop.org/ontologies/2009/11/08/nso#> .
-<http://www.semanticdesktop.org/ontologies/2009/11/08/nso> {
+nso: {
nso:sharedWithContact
a rdf:Property ;
rdfs:comment """The subject resource is shared with the object contact.
@@ -76,14 +76,14 @@ One resource can be shared to multiple contact groups, the cardinality is 0..n.
<http://www.semanticdesktop.org/ontologies/2009/11/08/nso/metadata> {
<http://www.semanticdesktop.org/ontologies/2009/11/08/nso/metadata>
a nrl:GraphMetadata ;
- nrl:coreGraphMetadataFor <http://www.semanticdesktop.org/ontologies/2009/11/08/nso> .
+ nrl:coreGraphMetadataFor nso: .
- <http://www.semanticdesktop.org/ontologies/2009/11/08/nso>
+ nso:
a nrl:Ontology , nrl:DocumentGraph ;
- nao:hasDefaultNamespace "http://www.semanticdesktop.org/ontologies/2009/11/08/nso" ;
+ nao:hasDefaultNamespace "http://www.semanticdesktop.org/ontologies/2009/11/08/nso#" ;
nao:hasDefaultNamespaceAbbreviation "nso" ;
- nao:lastModified "2009-11-08T18:00:00Z" ;
+ nao:lastModified "2009-11-30T18:00:00Z" ;
nao:serializationLanguage "TriG" ;
nao:status "Unstable" ;
nrl:updatable "0" ;