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

Commit

Permalink
Add PRISM equivalence for "issue"
Browse files Browse the repository at this point in the history
  • Loading branch information
hubgit committed Jan 16, 2013
1 parent 6294256 commit e0b063f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bibo.n3.owl
Expand Up @@ -904,6 +904,14 @@ basic:issn rdf:type owl:DatatypeProperty ;



### http://prismstandard.org/namespaces/1.2/basic/issue

basic:issue rdf:type owl:DatatypeProperty ;

owl:equivalentProperty :issue .



### http://prismstandard.org/namespaces/1.2/basic/number

basic:number rdf:type owl:DatatypeProperty ;
Expand Down
8 changes: 8 additions & 0 deletions bibo.xml.owl
Expand Up @@ -878,6 +878,14 @@ We suggest to use this property instead of the deprecated "bibo:content&quo



<!-- http://prismstandard.org/namespaces/1.2/basic/issue -->

<owl:DatatypeProperty rdf:about="&prism;issue">
<owl:equivalentProperty rdf:resource="issue"/>
</owl:DatatypeProperty>



<!-- http://prismstandard.org/namespaces/1.2/basic/number -->

<owl:DatatypeProperty rdf:about="&prism;number">
Expand Down

0 comments on commit e0b063f

Please sign in to comment.