Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from cgutteridge/master
Browse files Browse the repository at this point in the history
Good catches, thanks!
  • Loading branch information
fgiasson committed Jan 21, 2013
2 parents a39bcbf + 6e34d24 commit dd50596
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions bibo.n3.owl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl2xml: <http://www.w3.org/2006/12/owl2-xml#> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix basic: <http://prismstandard.org/namespaces/1.2/basic/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
Expand Down Expand Up @@ -46,7 +45,7 @@ terms:description rdf:type owl:AnnotationProperty .
ns:term_status rdf:type owl:AnnotationProperty .
skos:changeNote rdf:type owl:AnnotationProperty .
skos:editorialNote rdf:type owl:AnnotationProperty .
owl2xml:deprecated rdf:type owl:AnnotationProperty .
owl:deprecated rdf:type owl:AnnotationProperty .
skos:historyNote rdf:type owl:AnnotationProperty .
skos:scopeNote rdf:type owl:AnnotationProperty .
terms:creator rdf:type owl:AnnotationProperty .
Expand Down Expand Up @@ -1069,7 +1068,7 @@ terms:issued rdf:type owl:DatatypeProperty ;

rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;

owl2xml:deprecated "true"^^xsd:boolean ;
owl:deprecated "true"^^xsd:boolean ;

rdfs:comment "This property is for a plain-text rendering of the content of a Document. While the plain-text content of an entire document could be described by this property."@en ;

Expand Down
8 changes: 3 additions & 5 deletions bibo.xml.owl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<!ENTITY bibo "http://purl.org/ontology/bibo/" >
<!ENTITY skos "http://www.w3.org/2004/02/skos/core#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
<!ENTITY event "http://purl.org/NET/c4dm/event.owl#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY status "http://purl.org/ontology/bibo/status/" >
Expand All @@ -23,7 +22,6 @@

<rdf:RDF xmlns="http://purl.org/ontology/bibo/"
xml:base="http://purl.org/ontology/bibo/"
xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:status="&bibo;status/"
Expand All @@ -33,7 +31,7 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:prism="http://prismstandard.org/namespaces/1.2/basic/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:skos="http://www.w3.org/2008/05/skos#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#">
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
xmlns:ns="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:degrees="&bibo;degrees/"
Expand Down Expand Up @@ -72,7 +70,7 @@ sources.</terms:description>
<owl:AnnotationProperty rdf:about="&skos;changeNote"/>
<owl:AnnotationProperty rdf:about="&terms;identifier"/>
<owl:AnnotationProperty rdf:about="&skos;editorialNote"/>
<owl:AnnotationProperty rdf:about="&owl2xml;deprecated"/>
<owl:AnnotationProperty rdf:about="&owl;deprecated"/>
<owl:AnnotationProperty rdf:about="&skos;historyNote"/>
<owl:AnnotationProperty rdf:about="&skos;note"/>
<owl:AnnotationProperty rdf:about="&skos;scopeNote"/>
Expand Down Expand Up @@ -1035,7 +1033,7 @@ We suggest to use this property instead of the deprecated &quot;bibo:content&quo
<rdfs:label xml:lang="en">content</rdfs:label>
<rdfs:isDefinedBy rdf:datatype="&xsd;anyURI"
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
<owl2xml:deprecated rdf:datatype="&xsd;boolean">true</owl2xml:deprecated>
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
<rdfs:comment xml:lang="en"
>This property is for a plain-text rendering of the content of a Document. While the plain-text content of an entire document could be described by this property.</rdfs:comment>
<skos:historyNote xml:lang="en"
Expand Down

0 comments on commit dd50596

Please sign in to comment.