merging from 1.5 branch
This commit is contained in:
parent
3accc61627
commit
8fe896b44d
9 changed files with 1152 additions and 1152 deletions
|
@ -64,12 +64,6 @@
|
|||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:comment xml:lang="en">A group of related documents issued at regular intervals.</rdfs:comment>
|
||||
<rdfs:label xml:lang="en-US">Periodical</rdfs:label>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
|
@ -89,6 +83,12 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Code">
|
||||
<rdfs:comment xml:lang="en">A collection of statutes.</rdfs:comment>
|
||||
|
@ -124,6 +124,11 @@
|
|||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document"/>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc.</vitro:shortDef>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:comment xml:lang="en">A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc..</rdfs:comment>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
|
@ -132,11 +137,6 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc.</vitro:shortDef>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:comment xml:lang="en">A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc..</rdfs:comment>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Medical Subject Heading (MeSH) definition of Technical Report: Work consisting of a formal report giving details of the investigation and results of a medical or other scientific problem. When issued by a government agency or comparable official body, its contents may be classified, unclassified, or declassified with regard to security clearance. This publication type may also cover a scientific paper or article that records the current state or current position of scientific research and development. If so labeled by the editor or publisher, this publication type may be properly used for journal articles.</vitro:descriptionAnnot>
|
||||
</owl:Class>
|
||||
|
@ -182,6 +182,14 @@
|
|||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/DocumentPart">
|
||||
<rdfs:label xml:lang="en-US">Document Part</rdfs:label>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document"/>
|
||||
</owl:allValuesFrom>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#partOf"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Short Definition from the bibo ontology </vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
|
@ -205,33 +213,28 @@
|
|||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document"/>
|
||||
</owl:allValuesFrom>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#partOf"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Book">
|
||||
<rdfs:label xml:lang="en-US">Book</rdfs:label>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/numPages"/>
|
||||
</owl:onProperty>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#placeOfPublication"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/edition"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Short Definition copied from bibo ontology</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document"/>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
|
@ -241,7 +244,10 @@
|
|||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document"/>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
|
@ -249,16 +255,10 @@
|
|||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/edition"/>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/numPages"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#placeOfPublication"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers.</rdfs:comment>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers</vitro:shortDef>
|
||||
|
@ -266,6 +266,14 @@
|
|||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Collection">
|
||||
<rdfs:label xml:lang="en-US">Collection</rdfs:label>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/oclcnum"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A collection of Documents or Collections</rdfs:comment>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Hill Ornithology Collection; Wiley Interscience Online Books Biochemisty Collection</vitro:exampleAnnot>
|
||||
|
@ -277,14 +285,6 @@
|
|||
>Collection of information resources that have a unified identity</vitro:shortDef>
|
||||
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#InformationResource"/>
|
||||
<swvs:term_status>stable</swvs:term_status>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/oclcnum"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/DocumentStatus">
|
||||
<swvs:term_status>stable</swvs:term_status>
|
||||
|
@ -350,6 +350,7 @@
|
|||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:label xml:lang="en-US">Audio Document</rdfs:label>
|
||||
<rdfs:comment xml:lang="en">An audio document; aka record.</rdfs:comment>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
|
@ -358,7 +359,6 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">An audio document; aka record.</rdfs:comment>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>phonograph record; tape; CD; DVD; DAT</vitro:exampleAnnot>
|
||||
<rdfs:subClassOf>
|
||||
|
@ -366,28 +366,9 @@
|
|||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/BookSection">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:FunctionalProperty rdf:about="http://purl.org/ontology/bibo/pageEnd"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/edition"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:label xml:lang="en-US">Book Section</rdfs:label>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Short Definition from the bibo ontology </vitro:descriptionAnnot>
|
||||
<swvs:term_status>unstable</swvs:term_status>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A section of a book</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
|
@ -396,9 +377,28 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<swvs:term_status>unstable</swvs:term_status>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A section of a book</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:FunctionalProperty rdf:about="http://purl.org/ontology/bibo/pageEnd"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/DocumentPart"/>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/edition"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A section of a book.</rdfs:comment>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/LegalDecision">
|
||||
|
@ -459,15 +459,15 @@
|
|||
<swvs:term_status>stable</swvs:term_status>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:comment xml:lang="en">A document that simultaneously contains other documents.</rdfs:comment>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Short Definition is the Medical Subject Heading (MeSH) definition</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A document that simultaneously contains other documents.</rdfs:comment>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Short Definition is the Medical Subject Heading (MeSH) definition</vitro:descriptionAnnot>
|
||||
<rdfs:label xml:lang="en-US">Collected Document</rdfs:label>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Work consisting of collections of previously published works</vitro:shortDef>
|
||||
|
@ -478,6 +478,10 @@
|
|||
<owl:Class rdf:about="http://purl.org/ontology/bibo/AudioVisualDocument">
|
||||
<rdfs:comment xml:lang="en">An audio-visual document; film, video, and so forth.</rdfs:comment>
|
||||
<swvs:term_status>stable</swvs:term_status>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document"/>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:label xml:lang="en-US">Audio-Visual Document</rdfs:label>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
|
@ -486,10 +490,6 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document"/>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:label xml:lang="en-US">Audio-Visual Document</rdfs:label>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Audiovisual recording in any format</vitro:shortDef>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
|
@ -522,14 +522,14 @@
|
|||
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/CollectedDocument"/>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Patent">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A patent is an exclusive right granted for an invention, which is a product or a process that provides, in general, a new way of doing something, or offers a new technical solution to a problem. In order to be patentable, the invention must fulfill certain conditions. (http://www.wipo.int/patentscope/en/)</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeValue"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateIssued"/>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A patent is an exclusive right granted for an invention, which is a product or a process that provides, in general, a new way of doing something, or offers a new technical solution to a problem. In order to be patentable, the invention must fulfill certain conditions. (http://www.wipo.int/patentscope/en/)</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document"/>
|
||||
</rdfs:subClassOf>
|
||||
|
@ -542,8 +542,8 @@
|
|||
>(from BIBO) A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeValue"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateIssued"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
|
@ -673,11 +673,6 @@
|
|||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Methods in Molecular Biology</vitro:exampleAnnot>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Collection"/>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A thematic collection of documents, usually books, issued at regular or irregular intervals</vitro:shortDef>
|
||||
<rdfs:comment xml:lang="en">A loose, thematic, collection of Documents, often Books.</rdfs:comment>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
|
@ -686,6 +681,11 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A thematic collection of documents, usually books, issued at regular or irregular intervals</vitro:shortDef>
|
||||
<rdfs:comment xml:lang="en">A loose, thematic, collection of Documents, often Books.</rdfs:comment>
|
||||
<rdfs:label xml:lang="en-US">Series</rdfs:label>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
|
@ -727,33 +727,7 @@
|
|||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A bounded physical representation of a body of information designed with the capacity (and usually intent) to communicate</vitro:shortDef>
|
||||
<rdfs:label xml:lang="en-US">Document</rdfs:label>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/DocumentPart"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasPart"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#InformationResource"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/oclcnum"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Short Definition from the bibo ontology</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#features"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<owl2:term_status>stable</owl2:term_status>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:comment xml:lang="en">A document (noun) is a bounded physical representation of body of information designed with the capacity (and usually intent) to communicate. A document may manifest symbolic, diagrammatic or sensory-representational information.</rdfs:comment>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
|
@ -762,6 +736,32 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Short Definition from the bibo ontology</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/DocumentPart"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasPart"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<owl2:term_status>stable</owl2:term_status>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/oclcnum"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#features"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A document (noun) is a bounded physical representation of body of information designed with the capacity (and usually intent) to communicate. A document may manifest symbolic, diagrammatic or sensory-representational information.</rdfs:comment>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://purl.org/spar/c4o/GlobalCitationCount"/>
|
||||
|
@ -800,6 +800,13 @@
|
|||
>Written by scholars for other scholars, typically published in an academic journal with an abstract and bibliography</vitro:shortDef>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/Journal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasPublicationVenue"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:label xml:lang="en-US">Academic Article</rdfs:label>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
|
@ -808,17 +815,10 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:label xml:lang="en-US">Academic Article</rdfs:label>
|
||||
<rdfs:comment xml:lang="en">A scholarly academic article, typically published in a journal.</rdfs:comment>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Article"/>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/Journal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasPublicationVenue"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<swvs:term_status>stable</swvs:term_status>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/ReferenceSource">
|
||||
|
@ -856,6 +856,12 @@
|
|||
<rdfs:comment xml:lang="en">A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc.</rdfs:comment>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/EditedBook">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#placeOfPublication"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">An edited book.</rdfs:comment>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
|
@ -865,26 +871,20 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#placeOfPublication"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Best American Science Writing 2009</vitro:exampleAnnot>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/CollectedDocument"/>
|
||||
<swvs:term_status>stable</swvs:term_status>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>An edited collection of stand-alone articles published as a book</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:label xml:lang="en-US">Edited Book</rdfs:label>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Map">
|
||||
|
@ -900,32 +900,6 @@
|
|||
<rdfs:label xml:lang="en-US">Map</rdfs:label>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Article">
|
||||
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A specific journal article</vitro:exampleAnnot>
|
||||
<rdfs:label xml:lang="en-US">Article</rdfs:label>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a periodical or book</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:FunctionalProperty rdf:about="http://purl.org/ontology/bibo/pageEnd"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/doi"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Short Definition modified from the bibo ontology.</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
|
@ -934,6 +908,32 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:FunctionalProperty rdf:about="http://purl.org/ontology/bibo/pageEnd"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A specific journal article</vitro:exampleAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/doi"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:label xml:lang="en-US">Article</rdfs:label>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a periodical or book</vitro:shortDef>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Short Definition modified from the bibo ontology.</vitro:descriptionAnnot>
|
||||
<rdfs:comment xml:lang="en">A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a book or other publication, as a newspaper or magazine.</rdfs:comment>
|
||||
<swvs:term_status>stable</swvs:term_status>
|
||||
</owl:Class>
|
||||
|
@ -950,12 +950,6 @@
|
|||
<swvs:term_status>unstable</swvs:term_status>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Conference">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#abbreviation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A meeting for consultation or discussion.</rdfs:comment>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.org/NET/c4dm/event.owl#Event"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
|
@ -965,6 +959,12 @@
|
|||
>2010 International Congress on Autoimmunity; American Libraries Association 2009</vitro:exampleAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A meeting for consultation or discussion.</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#abbreviation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<swvs:term_status>stable</swvs:term_status>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -23,18 +23,28 @@
|
|||
<owl:Class rdf:about="http://purl.org/NET/c4dm/event.owl#Event">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Role"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#realizedRole"/>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicLocation"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasGeographicLocation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Only use if no specific subclasses of event:Event are appropriate.</vitro:exampleAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#domesticGeographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Only use if no specific subclasses of event:Event are appropriate.</vitro:exampleAnnot>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>This class will also display instances of subclasses under Event, e.g. Philosophy Department Discussion Club; 2009 Racker Lecture; screening of a documentary. In addition to a location in space and time, an event may have any or all the following qualities: actively participating agents, passive factors, work products. Also, it may be in a virtual space or part of a series such as a lecture series.
|
||||
|
||||
The previous short definition was: "An arbitrary classification of a space/time region, by a cognitive agent."</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasSubjectArea"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#URLLink"/>
|
||||
|
@ -43,32 +53,28 @@
|
|||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#description"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#contactInformation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>This class will also display instances of subclasses under Event, e.g. Philosophy Department Discussion Club; 2009 Racker Lecture; screening of a documentary. In addition to a location in space and time, an event may have any or all the following qualities: actively participating agents, passive factors, work products. Also, it may be in a virtual space or part of a series such as a lecture series.
|
||||
|
||||
The previous short definition was: "An arbitrary classification of a space/time region, by a cognitive agent."</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#internationalGeographicFocus"/>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Role"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#realizedRole"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Something that happens at a given place and time.</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicLocation"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasGeographicLocation"/>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#internationalGeographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeInterval"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateTimeInterval"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#description"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
|
@ -77,17 +83,11 @@ The previous short definition was: "An arbitrary classification of a space/time
|
|||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#geographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasSubjectArea"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:label xml:lang="en-US">Event</rdfs:label>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeInterval"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateTimeInterval"/>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#contactInformation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
|
|
|
@ -21,6 +21,18 @@
|
|||
<rdfs:label xml:lang="en-US">FOAF</rdfs:label>
|
||||
</owl:Ontology>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Person">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#domesticGeographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasCollaborator"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom>
|
||||
|
@ -29,39 +41,21 @@
|
|||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#currentMemberOf"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasResearchArea"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#internationalGeographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#AwardReceipt"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#awardOrHonor"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:label xml:lang="en-US">Person</rdfs:label>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasCollaborator"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>The most general classification of a person</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#geographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasResearchArea"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:label xml:lang="en-US">Person</rdfs:label>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>The most general classification of a person</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Credential"/>
|
||||
|
@ -71,12 +65,18 @@
|
|||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#domesticGeographicFocus"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#internationalGeographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#AwardReceipt"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#awardOrHonor"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Organization">
|
||||
<rdfs:subClassOf>
|
||||
|
@ -94,15 +94,14 @@
|
|||
>A generic class encompassing several types of organizations.</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Role"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#contributingRole"/>
|
||||
<owl:allValuesFrom>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
</owl:allValuesFrom>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasCurrentMember"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeInterval"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateTimeInterval"/>
|
||||
</owl:Restriction>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
|
@ -116,28 +115,41 @@
|
|||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasGeographicLocation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
</owl:allValuesFrom>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasCurrentMember"/>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Role"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#contributingRole"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<skos:scopeNote xml:lang="en">Ued to describe an organization related to bibliographic items such as a publishing company, etc.</skos:scopeNote>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeInterval"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateTimeInterval"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#freetextKeyword"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Authorship"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#authorInAuthorship"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Agents are things that do stuff</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#InformationResource"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#featuredIn"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Agents are things that do stuff</vitro:shortDef>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>see: http://xmlns.com/foaf/spec/#term_Agent</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
|
@ -159,25 +171,13 @@
|
|||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:label xml:lang="en-US">Agent</rdfs:label>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#freetextKeyword"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Authorship"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#authorInAuthorship"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<skos:scopeNote xml:lang="en">Used to describe any "agent" related to bibliographic items. Such agents can be persons, organizations or groups of any kind.</skos:scopeNote>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#URLLink"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#webpage"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<skos:scopeNote xml:lang="en">Used to describe any "agent" related to bibliographic items. Such agents can be persons, organizations or groups of any kind.</skos:scopeNote>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Group">
|
||||
<rdfs:subClassOf>
|
||||
|
|
|
@ -57,12 +57,6 @@
|
|||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:comment xml:lang="en">A group of related documents issued at regular intervals.</rdfs:comment>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
|
@ -82,6 +76,12 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Code">
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
|
@ -114,6 +114,11 @@
|
|||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document"/>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc.</vitro:shortDef>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:comment xml:lang="en">A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc..</rdfs:comment>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
|
@ -122,11 +127,6 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc.</vitro:shortDef>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:comment xml:lang="en">A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc..</rdfs:comment>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Medical Subject Heading (MeSH) definition of Technical Report: Work consisting of a formal report giving details of the investigation and results of a medical or other scientific problem. When issued by a government agency or comparable official body, its contents may be classified, unclassified, or declassified with regard to security clearance. This publication type may also cover a scientific paper or article that records the current state or current position of scientific research and development. If so labeled by the editor or publisher, this publication type may be properly used for journal articles.</vitro:descriptionAnnot>
|
||||
</owl:Class>
|
||||
|
@ -168,6 +168,14 @@
|
|||
<swvs:term_status>stable</swvs:term_status>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/DocumentPart">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document"/>
|
||||
</owl:allValuesFrom>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#partOf"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Short Definition from the bibo ontology </vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
|
@ -191,32 +199,27 @@
|
|||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document"/>
|
||||
</owl:allValuesFrom>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#partOf"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Book">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/numPages"/>
|
||||
</owl:onProperty>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#placeOfPublication"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/edition"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Short Definition copied from bibo ontology</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document"/>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
|
@ -226,7 +229,10 @@
|
|||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document"/>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
|
@ -234,22 +240,24 @@
|
|||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/edition"/>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/numPages"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#placeOfPublication"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers.</rdfs:comment>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers</vitro:shortDef>
|
||||
<swvs:term_status>stable</swvs:term_status>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Collection">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/oclcnum"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A collection of Documents or Collections</rdfs:comment>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Hill Ornithology Collection; Wiley Interscience Online Books Biochemisty Collection</vitro:exampleAnnot>
|
||||
|
@ -261,14 +269,6 @@
|
|||
>Collection of information resources that have a unified identity</vitro:shortDef>
|
||||
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#InformationResource"/>
|
||||
<swvs:term_status>stable</swvs:term_status>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/oclcnum"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/DocumentStatus">
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
|
@ -328,6 +328,7 @@
|
|||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Recorded audio in any format</vitro:shortDef>
|
||||
<rdfs:comment xml:lang="en">An audio document; aka record.</rdfs:comment>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
|
@ -336,7 +337,6 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">An audio document; aka record.</rdfs:comment>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>phonograph record; tape; CD; DVD; DAT</vitro:exampleAnnot>
|
||||
<rdfs:subClassOf>
|
||||
|
@ -344,27 +344,8 @@
|
|||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/BookSection">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:FunctionalProperty rdf:about="http://purl.org/ontology/bibo/pageEnd"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/edition"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Short Definition from the bibo ontology </vitro:descriptionAnnot>
|
||||
<swvs:term_status>unstable</swvs:term_status>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A section of a book</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
|
@ -373,9 +354,28 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<swvs:term_status>unstable</swvs:term_status>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A section of a book</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:FunctionalProperty rdf:about="http://purl.org/ontology/bibo/pageEnd"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/DocumentPart"/>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/edition"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A section of a book.</rdfs:comment>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/LegalDecision">
|
||||
|
@ -431,15 +431,15 @@
|
|||
<owl:Class rdf:about="http://purl.org/ontology/bibo/CollectedDocument">
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:comment xml:lang="en">A document that simultaneously contains other documents.</rdfs:comment>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Short Definition is the Medical Subject Heading (MeSH) definition</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A document that simultaneously contains other documents.</rdfs:comment>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Short Definition is the Medical Subject Heading (MeSH) definition</vitro:descriptionAnnot>
|
||||
<swvs:term_status>stable</swvs:term_status>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Work consisting of collections of previously published works</vitro:shortDef>
|
||||
|
@ -449,6 +449,10 @@
|
|||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/AudioVisualDocument">
|
||||
<swvs:term_status>stable</swvs:term_status>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document"/>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">An audio-visual document; film, video, and so forth.</rdfs:comment>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
|
@ -457,10 +461,6 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document"/>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">An audio-visual document; film, video, and so forth.</rdfs:comment>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Audiovisual recording in any format</vitro:shortDef>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
|
@ -491,14 +491,14 @@
|
|||
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/CollectedDocument"/>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Patent">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A patent is an exclusive right granted for an invention, which is a product or a process that provides, in general, a new way of doing something, or offers a new technical solution to a problem. In order to be patentable, the invention must fulfill certain conditions. (http://www.wipo.int/patentscope/en/)</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeValue"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateIssued"/>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A patent is an exclusive right granted for an invention, which is a product or a process that provides, in general, a new way of doing something, or offers a new technical solution to a problem. In order to be patentable, the invention must fulfill certain conditions. (http://www.wipo.int/patentscope/en/)</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document"/>
|
||||
</rdfs:subClassOf>
|
||||
|
@ -510,8 +510,8 @@
|
|||
>(from BIBO) A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeValue"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateIssued"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
|
@ -632,11 +632,6 @@
|
|||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Methods in Molecular Biology</vitro:exampleAnnot>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Collection"/>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A thematic collection of documents, usually books, issued at regular or irregular intervals</vitro:shortDef>
|
||||
<rdfs:comment xml:lang="en">A loose, thematic, collection of Documents, often Books.</rdfs:comment>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
|
@ -645,6 +640,11 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A thematic collection of documents, usually books, issued at regular or irregular intervals</vitro:shortDef>
|
||||
<rdfs:comment xml:lang="en">A loose, thematic, collection of Documents, often Books.</rdfs:comment>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
|
@ -683,33 +683,7 @@
|
|||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document">
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A bounded physical representation of a body of information designed with the capacity (and usually intent) to communicate</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/DocumentPart"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasPart"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#InformationResource"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/oclcnum"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Short Definition from the bibo ontology</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#features"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<owl2:term_status>stable</owl2:term_status>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:comment xml:lang="en">A document (noun) is a bounded physical representation of body of information designed with the capacity (and usually intent) to communicate. A document may manifest symbolic, diagrammatic or sensory-representational information.</rdfs:comment>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
|
@ -718,6 +692,32 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Short Definition from the bibo ontology</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/DocumentPart"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasPart"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<owl2:term_status>stable</owl2:term_status>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/oclcnum"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#features"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A document (noun) is a bounded physical representation of body of information designed with the capacity (and usually intent) to communicate. A document may manifest symbolic, diagrammatic or sensory-representational information.</rdfs:comment>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://purl.org/spar/c4o/GlobalCitationCount"/>
|
||||
|
@ -754,6 +754,12 @@
|
|||
>Written by scholars for other scholars, typically published in an academic journal with an abstract and bibliography</vitro:shortDef>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/Journal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasPublicationVenue"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
|
@ -766,12 +772,6 @@
|
|||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Article"/>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/Journal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasPublicationVenue"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<swvs:term_status>stable</swvs:term_status>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/ReferenceSource">
|
||||
|
@ -806,6 +806,12 @@
|
|||
<rdfs:comment xml:lang="en">A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc.</rdfs:comment>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/EditedBook">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#placeOfPublication"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">An edited book.</rdfs:comment>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
|
@ -815,26 +821,20 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#placeOfPublication"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Best American Science Writing 2009</vitro:exampleAnnot>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/CollectedDocument"/>
|
||||
<swvs:term_status>stable</swvs:term_status>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>An edited collection of stand-alone articles published as a book</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Map">
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
|
@ -848,31 +848,6 @@
|
|||
<swvs:term_status>unstable</swvs:term_status>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Article">
|
||||
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A specific journal article</vitro:exampleAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a periodical or book</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:FunctionalProperty rdf:about="http://purl.org/ontology/bibo/pageEnd"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/doi"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Short Definition modified from the bibo ontology.</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
|
@ -881,6 +856,31 @@
|
|||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:FunctionalProperty rdf:about="http://purl.org/ontology/bibo/pageEnd"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A specific journal article</vitro:exampleAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://purl.org/ontology/bibo/doi"/>
|
||||
</owl:onProperty>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a periodical or book</vitro:shortDef>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Short Definition modified from the bibo ontology.</vitro:descriptionAnnot>
|
||||
<rdfs:comment xml:lang="en">A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a book or other publication, as a newspaper or magazine.</rdfs:comment>
|
||||
<swvs:term_status>stable</swvs:term_status>
|
||||
</owl:Class>
|
||||
|
@ -896,12 +896,6 @@
|
|||
<swvs:term_status>unstable</swvs:term_status>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Conference">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#abbreviation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A meeting for consultation or discussion.</rdfs:comment>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.org/NET/c4dm/event.owl#Event"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
|
@ -910,6 +904,12 @@
|
|||
>2010 International Congress on Autoimmunity; American Libraries Association 2009</vitro:exampleAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A meeting for consultation or discussion.</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#abbreviation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
|
||||
>http://purl.org/ontology/bibo/</rdfs:isDefinedBy>
|
||||
<swvs:term_status>stable</swvs:term_status>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -20,18 +20,28 @@
|
|||
<owl:Class rdf:about="http://purl.org/NET/c4dm/event.owl#Event">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Role"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#realizedRole"/>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicLocation"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasGeographicLocation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Only use if no specific subclasses of event:Event are appropriate.</vitro:exampleAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#domesticGeographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Only use if no specific subclasses of event:Event are appropriate.</vitro:exampleAnnot>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>This class will also display instances of subclasses under Event, e.g. Philosophy Department Discussion Club; 2009 Racker Lecture; screening of a documentary. In addition to a location in space and time, an event may have any or all the following qualities: actively participating agents, passive factors, work products. Also, it may be in a virtual space or part of a series such as a lecture series.
|
||||
|
||||
The previous short definition was: "An arbitrary classification of a space/time region, by a cognitive agent."</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasSubjectArea"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#URLLink"/>
|
||||
|
@ -40,32 +50,28 @@
|
|||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#description"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#contactInformation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>This class will also display instances of subclasses under Event, e.g. Philosophy Department Discussion Club; 2009 Racker Lecture; screening of a documentary. In addition to a location in space and time, an event may have any or all the following qualities: actively participating agents, passive factors, work products. Also, it may be in a virtual space or part of a series such as a lecture series.
|
||||
|
||||
The previous short definition was: "An arbitrary classification of a space/time region, by a cognitive agent."</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#internationalGeographicFocus"/>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Role"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#realizedRole"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Something that happens at a given place and time.</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicLocation"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasGeographicLocation"/>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#internationalGeographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeInterval"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateTimeInterval"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#description"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
|
@ -76,14 +82,8 @@ The previous short definition was: "An arbitrary classification of a space/time
|
|||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasSubjectArea"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeInterval"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateTimeInterval"/>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#contactInformation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
|
|
|
@ -18,30 +18,10 @@
|
|||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Person">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
</owl:allValuesFrom>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#currentMemberOf"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasResearchArea"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#internationalGeographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#AwardReceipt"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#awardOrHonor"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#domesticGeographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
|
@ -50,14 +30,28 @@
|
|||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasCollaborator"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>The most general classification of a person</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
</owl:allValuesFrom>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#currentMemberOf"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#geographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasResearchArea"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>The most general classification of a person</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Credential"/>
|
||||
|
@ -67,12 +61,18 @@
|
|||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#domesticGeographicFocus"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#internationalGeographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#AwardReceipt"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#awardOrHonor"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Organization">
|
||||
<rdfs:subClassOf>
|
||||
|
@ -89,15 +89,14 @@
|
|||
>A generic class encompassing several types of organizations.</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Role"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#contributingRole"/>
|
||||
<owl:allValuesFrom>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
</owl:allValuesFrom>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasCurrentMember"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeInterval"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateTimeInterval"/>
|
||||
</owl:Restriction>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
|
@ -111,28 +110,41 @@
|
|||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasGeographicLocation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
</owl:allValuesFrom>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasCurrentMember"/>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Role"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#contributingRole"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<skos:scopeNote xml:lang="en">Ued to describe an organization related to bibliographic items such as a publishing company, etc.</skos:scopeNote>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeInterval"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateTimeInterval"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#freetextKeyword"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Authorship"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#authorInAuthorship"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Agents are things that do stuff</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#InformationResource"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#featuredIn"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Agents are things that do stuff</vitro:shortDef>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>see: http://xmlns.com/foaf/spec/#term_Agent</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
|
@ -153,25 +165,13 @@
|
|||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#primaryEmail"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#freetextKeyword"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Authorship"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#authorInAuthorship"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<skos:scopeNote xml:lang="en">Used to describe any "agent" related to bibliographic items. Such agents can be persons, organizations or groups of any kind.</skos:scopeNote>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#URLLink"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#webpage"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<skos:scopeNote xml:lang="en">Used to describe any "agent" related to bibliographic items. Such agents can be persons, organizations or groups of any kind.</skos:scopeNote>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Group">
|
||||
<rdfs:subClassOf>
|
||||
|
|
|
@ -4310,7 +4310,7 @@
|
|||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#editor"/>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>10</vitro:displayRankAnnot>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#selfEditor"/>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Service">
|
||||
<rdfs:label xml:lang="en-US">Service</rdfs:label>
|
||||
|
@ -5817,12 +5817,12 @@
|
|||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/lastName">
|
||||
<rdfs:label xml:lang="en-US">last name</rdfs:label>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#editor"/>
|
||||
<vitro:publicDescriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>The legal last name of a person as indicated in data loaded most likely from their institution. Only 1 last name can be displayed for each individual.</vitro:publicDescriptionAnnot>
|
||||
<vitro:displayLimitAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>1</vitro:displayLimitAnnot>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#selfEditor"/>
|
||||
<vitro:inPropertyGroupAnnot rdf:resource="http://vivoweb.org/ontology#vitroPropertyGroupaddress"/>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>30</vitro:displayRankAnnot>
|
||||
|
|
Loading…
Add table
Reference in a new issue