Revision: ccbf3c2587c0
Author: Sebastian Hellmann <
kur...@googlemail.com>
Date: Fri Aug 10 01:06:58 2012
Log: [No log message]
http://code.google.com/p/nlp2rdf/source/detail?r=ccbf3c2587c0
Modified:
/
nlp2rdf.lod2.eu/schema/frag/fragment-inf.ttl
/
nlp2rdf.lod2.eu/schema/frag/fragment-val.ttl
/
nlp2rdf.lod2.eu/schema/frag/fragment.ttl
=======================================
--- /
nlp2rdf.lod2.eu/schema/frag/fragment-inf.ttl Fri Aug 10 00:57:46 2012
+++ /
nlp2rdf.lod2.eu/schema/frag/fragment-inf.ttl Fri Aug 10 01:06:58 2012
@@ -4,9 +4,11 @@
@prefix owl: <
http://www.w3.org/2002/07/owl#> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#> .
-<> owl:imports <
http://nlp2rdf.lod2.eu/schema/frag/fragment.ttl> .
-# rdfs:label "Fragment Ontology Axioms for Inference" ;
-# rdfs:comment """ see also
http://nlp2rdf.lod2.eu/schema/frag/fragment-val.owl and
http://nlp2rdf.lod2.eu/schema/frag/fragment-inf.owl """ .
+<
http://nlp2rdf.lod2.eu/schema/frag/fragment-inf.ttl>
+ a owl:Ontology ;
+ owl:imports <
http://nlp2rdf.lod2.eu/schema/frag/fragment.ttl> ;
+ rdfs:label "Fragment Ontology Axioms for Inference" ;
+ rdfs:comment """ see also
http://nlp2rdf.lod2.eu/schema/frag/fragment-val.owl and
http://nlp2rdf.lod2.eu/schema/frag/fragment-inf.owl """ .
<Fragment>
# this will infer that each fragment has at least one context
@@ -42,7 +44,7 @@
[] a owl:AllDisjointClasses ;
- owl:members <rfc5147Selection>,
<draft-hausenblas-csv-fragment-00Selection> ;
+ owl:members <rfc5147Selection>,
<draft-hausenblas-csv-fragment-00Selection> .
=======================================
--- /
nlp2rdf.lod2.eu/schema/frag/fragment-val.ttl Fri Aug 10 01:00:26 2012
+++ /
nlp2rdf.lod2.eu/schema/frag/fragment-val.ttl Fri Aug 10 01:06:58 2012
@@ -4,9 +4,11 @@
@prefix owl: <
http://www.w3.org/2002/07/owl#> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#> .
-<> owl:imports <
http://nlp2rdf.lod2.eu/schema/frag/fragment-inf.ttl> .
-# rdfs:label "Fragment Ontology Axioms for Validation" ;
-# rdfs:comment """ see also
http://nlp2rdf.lod2.eu/schema/frag/framgent.owl and
http://nlp2rdf.lod2.eu/schema/frag/framgent-inf.owl """ .
+<
http://nlp2rdf.lod2.eu/schema/frag/fragment-val.ttl>
+ a owl:Ontology ;
+ owl:imports <
http://nlp2rdf.lod2.eu/schema/frag/fragment-inf.ttl> ;
+ rdfs:label "Fragment Ontology Axioms for Validation" ;
+ rdfs:comment """ see also
http://nlp2rdf.lod2.eu/schema/frag/framgent.owl and
http://nlp2rdf.lod2.eu/schema/frag/framgent-inf.owl """ .
<rfc5147Selection>
# referenceContext need to be of the same type
=======================================
--- /
nlp2rdf.lod2.eu/schema/frag/fragment.ttl Fri Aug 10 00:55:52 2012
+++ /
nlp2rdf.lod2.eu/schema/frag/fragment.ttl Fri Aug 10 01:06:58 2012
@@ -44,10 +44,11 @@
#### Object properties
<referenceContext> a owl:ObjectProperty .
-<mediatype> a owl:ObjectProperty .
+
#### Object properties
+<mediatype> a owl:DatatypeProperty .
<anchorOf> a owl:DatatypeProperty .
<beginIndex> a owl:DatatypeProperty .
<endIndex> a owl:DatatypeProperty .