From 764842679b98070b648d06ee26438bb1385d0399 Mon Sep 17 00:00:00 2001 From: stellamit Date: Wed, 2 May 2012 14:05:45 +0000 Subject: [PATCH] NIHVIVO-3731, packaging ontology files by namespace. --- ontology/public/dateTimeValuePrecision.rdf | 33 + ontology/public/documentStatus.rdf | 57 + .../geopolitical.tbox.ver1.1-11-18-11.n3 | 1177 +++++ ontology/public/scires-public-1.5.owl | 72 +- ontology/public/vivo-bibo-public-1.5.owl | 1268 +++++ ontology/public/vivo-core-public-1.5.owl | 4250 +++++------------ .../public/vivo-dcelements-public-1.5.owl | 25 + ontology/public/vivo-dcterms-public-1.5.owl | 58 + ontology/public/vivo-event-public-1.5.owl | 115 + ontology/public/vivo-foaf-public-1.5.owl | 211 + ontology/public/vivo-pws-public-1.5.owl | 41 + ontology/public/vivo-skos-public-1.5.owl | 48 + 12 files changed, 4390 insertions(+), 2965 deletions(-) create mode 100644 ontology/public/dateTimeValuePrecision.rdf create mode 100644 ontology/public/documentStatus.rdf create mode 100644 ontology/public/geopolitical.tbox.ver1.1-11-18-11.n3 create mode 100644 ontology/public/vivo-bibo-public-1.5.owl create mode 100644 ontology/public/vivo-dcelements-public-1.5.owl create mode 100644 ontology/public/vivo-dcterms-public-1.5.owl create mode 100644 ontology/public/vivo-event-public-1.5.owl create mode 100644 ontology/public/vivo-foaf-public-1.5.owl create mode 100644 ontology/public/vivo-pws-public-1.5.owl create mode 100644 ontology/public/vivo-skos-public-1.5.owl diff --git a/ontology/public/dateTimeValuePrecision.rdf b/ontology/public/dateTimeValuePrecision.rdf new file mode 100644 index 00000000..60681370 --- /dev/null +++ b/ontology/public/dateTimeValuePrecision.rdf @@ -0,0 +1,33 @@ + + + yearMonthDayPrecision + + + + yearMonthPrecision + + + + yearPrecision + + + + yearMonthDayTimePrecision + + + diff --git a/ontology/public/documentStatus.rdf b/ontology/public/documentStatus.rdf new file mode 100644 index 00000000..aa22eae7 --- /dev/null +++ b/ontology/public/documentStatus.rdf @@ -0,0 +1,57 @@ + + + peer reviewed + +  Peer review is the process by which articles are chosen to be included in a refereed journal. An editorial board consisting of experts in the same field as the author review the article and decide if it is authoritative enough for publication. + + + in press + Document to be published + + + + + invited + + + + rejected + + + unpublished + + + + + submitted + + + Accepted for publication after peer reviewing + accepted + + + + published + Published document + + + + + draft + + diff --git a/ontology/public/geopolitical.tbox.ver1.1-11-18-11.n3 b/ontology/public/geopolitical.tbox.ver1.1-11-18-11.n3 new file mode 100644 index 00000000..e99f174e --- /dev/null +++ b/ontology/public/geopolitical.tbox.ver1.1-11-18-11.n3 @@ -0,0 +1,1177 @@ +@prefix rdfs: . +@prefix geo: . +@prefix owl: . +@prefix rdf: . +@prefix dcelem: . +@prefix dcterms: . + +geo:hasCoordinate + a owl:DatatypeProperty ; + rdfs:domain geo:territory ; + rdfs:range . + +geo:nameShortFR + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasShortName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:disputed + a owl:Class ; + rdfs:subClassOf geo:territory . + +geo:area + a owl:Class ; + rdfs:subClassOf owl:Thing ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameShortFR + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameListFR + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:codeGAUL + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameOfficialIT + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:validUntil + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:validSince + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameShortES + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:codeISO3 + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameOfficialAR + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameListES + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:codeFAOTERM + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:codeDBPediaID + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameShortIT + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameListZH + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:codeFAOSTAT + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:codeUN + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameOfficialRU + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameListRU + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:codeAGROVOC + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameListEN + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameShortRU + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameOfficialES + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameListIT + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameShortZH + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:codeUNDP + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameShortAR + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameOfficialZH + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:codeISO2 + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameOfficialFR + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameListAR + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameOfficialEN + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameShortEN + ] . + +geo:agriculturalAreaNotes + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:agriculturalArea . + +geo:nameListZH + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasListName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:nameListES + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasListName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:codeFAOTERM + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCode ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:nameListAR + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasListName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:codeCurrency + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCurrency ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:populationYear + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:population . + +dcterms:source + a owl:AnnotationProperty . + +geo:nationalityES + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasNationality ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:sourceModified + a owl:AnnotationProperty . + +geo:nameOfficialRU + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasOfficialName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:economic_region + a owl:Class ; + rdfs:subClassOf geo:group . + +geo:codeUNDP + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCode . + +geo:non_self_governing + a owl:Class ; + rdfs:subClassOf geo:territory ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:minCardinality "1"^^ ; + owl:onProperty geo:isAdministeredBy + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:allValuesFrom geo:self_governing ; + owl:onProperty geo:isAdministeredBy + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:isAdministeredBy + ] ; + geo:sourceCreator "UN Cartographic Section, Department of Field Support"^^ ; + geo:sourceIdentifier + "http://www.un.org/Depts/Cartographic/map/profile/world00.pdf"^^ ; + geo:sourceModified "2010-05-01"^^ ; + dcterms:source "UN Cartographic Section, Department of Field Support http://www.un.org/Depts/Cartographic/map/profile/world00.pdf"^^ . + +geo:nameShortES + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasShortName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:HDIUnit + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:HDI . + +geo:isPredecessorOf + a owl:TransitiveProperty , owl:ObjectProperty ; + rdfs:domain geo:area ; + rdfs:range geo:area ; + geo:sourceCreator "United Nations Statistics Division"^^ ; + geo:sourceIdentifier + "http://unstats.un.org/unsd/methods/m49/m49chgef.htm"@fr , "http://unstats.un.org/unsd/methods/m49/m49chang.htm"@en ; + geo:sourceModified "2010-04-15"^^ ; + dcterms:source "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49chang.htm"^^ ; + owl:inverseOf geo:isSuccessorOf . + +geo:GDPTotalInCurrentPrices + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:GDP . + +geo:hasMaxLatitude + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCoordinate . + +geo:hasStatistics + a owl:DatatypeProperty ; + rdfs:domain geo:territory . + +geo:other + a owl:Class ; + rdfs:subClassOf geo:territory . + +geo:hasCurrency + a owl:DatatypeProperty ; + rdfs:domain geo:territory ; + rdfs:range . + +geo:GDP + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasStatistics ; + geo:sourceCreator "World Bank"^^ ; + geo:sourceIdentifier + "ttp://datos.bancomundial.org/indicador/NY.GDP.MKTP.CD"@es , "http://donnees.banquemondiale.org/indicateur/NY.GDP.MKTP.CD"@fr , "http://data.worldbank.org/indicator/NY.GDP.MKTP.CD"@en , "http://data.worldbank.org/indicator/NY.GDP.MKTP.CD"^^ , "http://data.albankaldawli.org/indicator/NY.GDP.MKTP.CD"@ar ; + geo:sourceModified "2010-12-16"^^ ; + dcterms:description "GDP at purchaser's prices is the sum of gross value added by all resident producers in the economy plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources. Data are in current U.S. dollars. Dollar figures for GDP are converted from domestic currencies using single year official exchange rates. For a few countries where the official exchange rate does not reflect the rate effectively applied to actual foreign exchange transactions, an alternative conversion factor is used. Source: World Bank national accounts data, and OECD National Accounts data files. http://data.worldbank.org/indicator/NY.GDP.MKTP.CD"^^ ; + dcterms:source "World Bank http://data.worldbank.org/indicator/NY.GDP.MKTP.CD"^^ . + +geo:landArea + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasStatistics ; + geo:sourceCreator "FAOSTAT"^^ ; + geo:sourceIdentifier + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=es#ancor"@es , "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=fr#ancor"@fr , "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"^^ , "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"@en ; + geo:sourceModified "2011-07-21"^^ ; + dcterms:description "Land area is the total area of the country excluding area under inland water bodies. Possible variations in the data may be due to updating and revisions of the country data and not necessarily to any change of area. Data are expressed in 1 000 hectares. http://faostat.fao.org/site/375/default.aspx "^^ ; + dcterms:source "FAOSTAT http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"^^ . + +geo:nameListIT + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasListName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:countryAreaNotes + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:countryArea . + +geo:populationUnit + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:population . + +geo:nameCurrencyRU + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCurrency ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +dcterms:description + a owl:AnnotationProperty . + +geo:hasBorderWith + a owl:ObjectProperty , owl:SymmetricProperty ; + rdfs:domain geo:territory ; + rdfs:range geo:territory ; + geo:sourceCreator "United Nations cartographic maps"^^ ; + geo:sourceIdentifier + "http://www.un.org/Depts/Cartographic/map/profile/world00.pdf"^^ ; + geo:sourceModified "2010-05-01"^^ ; + dcterms:source "United Nations cartographic maps http://www.un.org/Depts/Cartographic/map/profile/world00.pdf"^^ ; + owl:inverseOf geo:hasBorderWith . + +geo:landAreaUnit + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:landArea . + + + a owl:Ontology ; + rdfs:comment " prior version : \" http://aims.fao.org/aos/geopolitical_v10.owl\" "^^ , "The use of the information presented on the FAO Country Profiles portal is governed by FAO's copyright reservation. Any queries regarding the content, sources or use, please contact FAO-country-profiles@fao.org or visit http://www.fao.org/countryprofiles. "^^ , "FAO DISCLAIMER: Information on the FAO Country Profiles portal is provided as and when available. The designations employed and the presentation of information do not imply the expression of any opinion whatsoever on the part of the Food and Agriculture Organization of the United Nations (FAO) concerning the legal status of any country, territory, city or area, or of its authorities, or concerning the delimitation of its frontiers or boundaries. FAO makes every effort to ensure, but does not guarantee, the accuracy or completeness of and declines responsibility for any loss, damage, liability or expense suffered which is claimed to result from its use. "^^ , """Version 1.1 of the ontology includes a structured description of sources (source creator, source identifier by language, and last updated date on source) . + """^^ , "FAO's geopolitical ontology version 1.1 was populated with FAO, UN and internationally recognized data sources. "^^ ; + dcterms:modified "2011-08-11"^^ ; + owl:versionInfo "version 1.1"@en . + +geo:nationalityAR + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasNationality ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:nameCurrencyEN + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCurrency ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:nameOfficialAR + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasOfficialName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:validSince + a owl:DatatypeProperty ; + rdfs:comment "The value of the datatype property *validSince* associated to a particular area (territory or group) indicates the area's first year of validity. The geopolitical ontology traces back historic changes only until 1985, therefore, if an area has a validSince = 1985, this indicates that the area is/was valid since 1985 or before. "^^ ; + rdfs:domain geo:area ; + rdfs:range . + +geo:isInGroup + a owl:ObjectProperty ; + rdfs:domain geo:territory ; + rdfs:range geo:group ; + owl:inverseOf geo:hasMember . + +geo:nameListEN + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasListName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:hasCode + a owl:DatatypeProperty ; + rdfs:domain geo:area ; + rdfs:range . + +geo:nameListFR + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasListName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:organization + a owl:Class ; + rdfs:subClassOf geo:group . + +geo:countryAreaYear + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:countryArea . + +geo:hasShortName + a owl:DatatypeProperty ; + rdfs:domain geo:area ; + rdfs:range . + +geo:codeGAUL + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCode ; + geo:sourceCreator "Global Administrative Unit Layers"^^ ; + geo:sourceIdentifier + "http://www.fao.org/geonetwork/srv/en/metadata.show?id=12691"^^ ; + geo:sourceModified "2008-12-10"^^ ; + dcterms:source "Global Administrative Unit Layers http://www.fao.org/geonetwork/srv/en/metadata.show?id=12691"^^ . + +geo:nameListRU + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasListName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:HDI + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasStatistics ; + geo:sourceCreator "UNDP - HDRO"^^ ; + geo:sourceIdentifier + "http://hdrstats.undp.org/en/indicators/49806.html"^^ , "http://hdrstats.undp.org/en/indicators/49806.html"@en , "http://hdrstats.undp.org/es/indicadores/49806.html"@es , "http://hdrstats.undp.org/fr/indicateurs/49806.html"@fr ; + geo:sourceModified "2010-11-04"^^ ; + dcterms:description " composite index measuring average achievement in three basic dimensions of human development—a long and healthy life, knowledge and a decent standard of living. Source: Calculated based on data from UNDESA (2009d), Barro and Lee (2010), UNESCO Institute for Statistics (2010b), World Bank (2010b) and IMF(2010a) . http://hdrstats.undp.org/en/indicators/49806.html"^^ ; + dcterms:source "UNDP - HDRO http://hdrstats.undp.org/en/indicators/49806.html"^^ . + +geo:populationNotes + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:population . + +geo:HDINotes + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:HDI . + +geo:hasMinLongitude + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCoordinate . + +geo:nameShortAR + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasShortName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:validUntil + a owl:DatatypeProperty ; + rdfs:comment """The value of the datatype property *validUntil* associated to a particular area (territory or group) indicates the area's last year of validity. In case the area is currently valid, this value is set by default to 9999. + """^^ ; + rdfs:domain geo:area ; + rdfs:range . + +geo:hasMember + a owl:ObjectProperty ; + rdfs:domain geo:group ; + rdfs:range geo:territory ; + owl:inverseOf geo:isInGroup . + +geo:hasMinLatitude + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCoordinate . + +geo:GDPYear + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:GDP . + +geo:agriculturalAreaYear + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:agriculturalArea . + +geo:nameOfficialEN + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasOfficialName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:territory + a owl:Class ; + rdfs:subClassOf geo:area ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameCurrencyES + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:landAreaYear + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:countryAreaNotes + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:hasMaxLongitude + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:agriculturalAreaTotal + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:landAreaNotes + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nationalityRU + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nationalityZH + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:populationTotal + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:populationNotes + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nationalityEN + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameCurrencyRU + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:GDPTotalInCurrentPrices + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:landAreaUnit + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameCurrencyZH + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameCurrencyEN + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:landAreaTotal + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:hasMaxLatitude + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameCurrencyIT + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nameCurrencyFR + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:HDIYear + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:codeCurrency + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:agriculturalAreaUnit + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nationalityIT + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:HDIUnit + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:agriculturalAreaYear + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nationalityFR + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:GDPYear + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:countryAreaUnit + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:HDINotes + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:countryAreaYear + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:hasMinLongitude + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:hasMinLatitude + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:countryAreaTotal + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:GDPNotes + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:populationYear + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:populationUnit + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:agriculturalAreaNotes + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:HDITotal + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nationalityES + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:nationalityAR + ] ; + rdfs:subClassOf + [ a owl:Restriction ; + owl:maxCardinality "1"^^ ; + owl:onProperty geo:GDPUnit + ] . + +geo:agriculturalArea + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasStatistics ; + geo:sourceCreator "FAOSTAT"^^ ; + geo:sourceIdentifier + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=es#ancor"@es , "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=fr#ancor"@fr , "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"@en , "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"^^ ; + geo:sourceModified "2010-07-21"^^ ; + dcterms:description "Agricultural area, this category is the sum of areas under a) arable land - land under temporary agricultural crops (multiple-cropped areas are counted only once), temporary meadows for mowing or pasture, land under market and kitchen gardens and land temporarily fallow (less than five years). The abandoned land resulting from shifting cultivation is not included in this category. Data for “Arable land” are not meant to indicate the amount of land that is potentially cultivable; (b) permanent crops - land cultivated with long-term crops which do not have to be replanted for several years (such as cocoa and coffee); land under trees and shrubs producing flowers, such as roses and jasmine; and nurseries (except those for forest trees, which should be classified under \"forest\"); and (c) permanent meadows and pastures - land used permanently (five years or more) to grow herbaceous forage crops, either cultivated or growing wild (wild prairie or grazing land). Data are expressed in 1000 hectares. http://faostat.fao.org/site/375/default.aspx "^^ ; + dcterms:source "FAOSTAT http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"^^ . + +geo:nameCurrencyAR + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCurrency ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:HDITotal + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:HDI . + +geo:nameOfficialZH + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasOfficialName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:sourceCreator + a owl:AnnotationProperty . + +geo:GDPNotes + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:GDP . + +geo:nationalityZH + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasNationality ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:nameOfficialES + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:hasOfficialName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:populationTotal + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:population . + +geo:population + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasStatistics ; + geo:sourceCreator "FAOSTAT"^^ ; + geo:sourceIdentifier + "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=fr#ancor"@fr , "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=es#ancor"@es , "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=en#ancor"@en , "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=en#ancor"^^ ; + geo:sourceModified "2009-09-21"^^ ; + dcterms:description "The total population usually refers to the present-in-area (de facto) population which includes all persons physically present within the present geographical boundaries of countries at the mid-point of the reference period. http://faostat.fao.org/site/375/default.aspx"^^ ; + dcterms:source "FAOSTAT http://faostat.fao.org/site/550/default.aspx"^^ . + +geo:nationalityFR + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasNationality ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:nameCurrencyZH + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCurrency ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:nameOfficialIT + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasOfficialName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:landAreaYear + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:landArea . + +geo:nationalityIT + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasNationality ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:group + a owl:Class ; + rdfs:subClassOf geo:area . + +geo:nameShortEN + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasShortName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:nameCurrencyIT + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCurrency ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:hasListName + a owl:DatatypeProperty ; + rdfs:domain geo:area ; + rdfs:range . + +geo:agriculturalAreaTotal + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:agriculturalArea . + +geo:landAreaNotes + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:landArea . + +geo:hasMaxLongitude + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCoordinate . + +geo:nameShortRU + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasShortName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:nationalityEN + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasNationality ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:codeISO3 + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCode ; + geo:sourceCreator "United Nations Statistics Division"^^ ; + geo:sourceIdentifier + "http://unstats.un.org/unsd/methods/m49/m49alpha.htm"@en , "http://unstats.un.org/unsd/methods/m49/m49alphaf.htm"@fr ; + geo:sourceModified "2010-04-01"^^ ; + dcterms:source "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49alpha.htm"^^ . + +geo:special_group + a owl:Class ; + rdfs:subClassOf geo:group . + +geo:countryAreaUnit + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:countryArea . + +geo:hasOfficialName + a owl:DatatypeProperty ; + rdfs:domain geo:area ; + rdfs:range . + +geo:codeDBPediaID + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCode ; + geo:sourceCreator "DBpedia"^^ ; + geo:sourceIdentifier + "http://dbpedia.org/About"@en ; + geo:sourceModified "2010-04-28"^^ ; + dcterms:source "DBpedia http://dbpedia.org/About"^^ . + +geo:sourceIdentifier + a owl:AnnotationProperty . + +geo:countryArea + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasStatistics ; + geo:sourceCreator "FAOSTAT"^^ ; + geo:sourceIdentifier + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=es#ancor"@es , "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=fr#ancor"@fr , "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"@en , "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"^^ ; + geo:sourceModified "2011-07-21"^^ ; + dcterms:description "Country area, area of the country including area under inland water bodies, but excluding offshore territorial waters. Possible variations in the data may be due to updating and revisions of the country data and not necessarily to any change of area. Data are expressed in 1000 hectares. http://faostat.fao.org/site/375/default.aspx "^^ ; + dcterms:source "FAOSTAT http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"^^ . + +geo:nameShortIT + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasShortName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:codeFAOSTAT + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCode ; + geo:sourceCreator "FAOSTAT"^^ ; + geo:sourceIdentifier + "http://faostat.fao.org"@en , "http://faostat.fao.org/default.aspx?lang=es"@es , "http://faostat.fao.org/default.aspx?lang=fr"@fr ; + dcterms:source "FAOSTAT http://faostat.fao.org"^^ . + +geo:nameCurrencyFR + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCurrency ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:GDPUnit + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:GDP . + +dcterms:modified + a owl:AnnotationProperty . + +geo:codeAGROVOC + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:hasCode ; + geo:sourceCreator "AGROVOC"^^ ; + geo:sourceIdentifier + "http://aims.fao.org/ar/website/Search-AGROVOC/sub"@ar , "http://aims.fao.org/website/Search-AGROVOC/sub"@en , "http://aims.fao.org/fr/website/Search-AGROVOC/sub"@fr , "http://aims.fao.org/es/website/Search-AGROVOC/sub"@es , "http://aims.fao.org/zh-hans/website/Search-AGROVOC/sub"@zh ; + dcterms:source "AGROVOC http://aims.fao.org/website/Search-AGROVOC/sub"^^ . + +geo:hasNationality + a owl:DatatypeProperty ; + rdfs:domain geo:territory ; + rdfs:range . + +geo:nameShortZH + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasShortName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:isSuccessorOf + a owl:TransitiveProperty , owl:ObjectProperty ; + rdfs:domain geo:area ; + rdfs:range geo:area ; + geo:sourceCreator "United Nations Statistics Division"^^ ; + geo:sourceIdentifier + "http://unstats.un.org/unsd/methods/m49/m49chgef.htm"@fr , "http://unstats.un.org/unsd/methods/m49/m49chang.htm"@en ; + geo:sourceModified "2010-04-15"^^ ; + dcterms:source "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49chang.htm"^^ ; + owl:inverseOf geo:isPredecessorOf . + +geo:nameCurrencyES + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCurrency ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:countryAreaTotal + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:countryArea . + +geo:agriculturalAreaUnit + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:agriculturalArea . + +geo:geographical_region + a owl:Class ; + rdfs:subClassOf geo:group ; + geo:sourceCreator "United Nations statistics department"^^ ; + geo:sourceIdentifier + "http://unstats.un.org/unsd/methods/m49/m49regnf.htm"@fr , "http://unstats.un.org/unsd/methods/m49/m49regin.htm"^^ ; + geo:sourceModified "2010-04-01"^^ ; + dcterms:source "United Nations statistics department http://unstats.un.org/unsd/methods/m49/m49regin.htm"^^ . + +geo:codeISO2 + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCode ; + geo:sourceCreator "ISO 3166-1"^^ ; + geo:sourceIdentifier + "http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm"^^ ; + dcterms:source "ISO 3166-1 http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm"^^ . + +geo:nationalityRU + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasNationality ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:nameOfficialFR + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasOfficialName ; + geo:sourceCreator "FAO terminology"^^ ; + geo:sourceIdentifier + "http://www.fao.org/termportal/contr/en/"@en , "http://www.fao.org/termportal/en/"^^ , "http://www.fao.org/termportal/contr/zh/"@zh , "http://www.fao.org/termportal/contr/es/"@es , "http://www.fao.org/termportal/contr/ar/"@ar , "http://www.fao.org/termportal/contr/fr/"@fr ; + geo:sourceModified "2010-06-24"^^ ; + dcterms:source "FAO terminology http://www.fao.org/termportal/en/"^^ . + +geo:HDIYear + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:HDI . + +geo:self_governing + a owl:Class ; + rdfs:subClassOf geo:territory ; + geo:sourceCreator "United Nations Map Library"^^ ; + geo:sourceIdentifier + "http://www.un.org/depts/dhl/maplib/countinfo.htm"@en ; + geo:sourceModified "2010-09-08"^^ ; + dcterms:source "United Nations Map Library http://www.un.org/depts/dhl/maplib/countinfo.htm"^^ . + +geo:codeUN + a owl:DatatypeProperty ; + rdfs:subPropertyOf geo:hasCode ; + geo:sourceCreator "United Nations Statistics Division"^^ ; + geo:sourceIdentifier + "http://unstats.un.org/unsd/methods/m49/m49alpha.htm"@en , "http://unstats.un.org/unsd/methods/m49/m49alphaf.htm"@fr ; + geo:sourceModified "2010-04-01"^^ ; + dcterms:source "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49alpha.htm"^^ . + +geo:landAreaTotal + a owl:DatatypeProperty ; + rdfs:range ; + rdfs:subPropertyOf geo:landArea . + +geo:isAdministeredBy + a owl:ObjectProperty ; + rdfs:domain geo:non_self_governing ; + rdfs:range geo:self_governing ; + geo:sourceCreator "United Nations cartographic maps"^^ ; + geo:sourceIdentifier + "http://www.un.org/Depts/Cartographic/map/profile/world00.pdf"@en ; + geo:sourceModified "2010-05-01"^^ ; + dcterms:source "United Nations cartographic maps http://www.un.org/Depts/Cartographic/map/profile/world00.pdf"^^ . diff --git a/ontology/public/scires-public-1.5.owl b/ontology/public/scires-public-1.5.owl index 0e79db78..ccd9d17d 100644 --- a/ontology/public/scires-public-1.5.owl +++ b/ontology/public/scires-public-1.5.owl @@ -1,30 +1,30 @@ - Research Resources (eagle-i) + Research Resources (eagle-i) Biological Specimen @@ -34,10 +34,10 @@ A portion or quantity of a biological material for use in testing, examination, or study. - study population count + number of human participants in the study (trial). - number of human participants in the study (trial). + study population count @@ -47,15 +47,10 @@ A plan specification that allows different domain experts to reliably and independently reproduce a process. - documentation for - - - - - - + + documentation for Phase 4 Clinical Trial @@ -65,14 +60,14 @@ - access provided by + - + access provided by - Scientific Research + Scientific Research Human Study @@ -104,10 +99,10 @@ National Clinical Trials (NCT) number - has documentation - - + + + has documentation A service that produces a physical object or data, such as a custom micro-array chip, a made to order antibody, or a behavioral dataset @@ -117,17 +112,17 @@ - realizes protocol + - + realizes protocol - Reagent + eagle-i: Material entity that is used in a chemical reaction or other experimental process to detect, measure, examine, or produce other substances. NOTE: For now we are not addressing whether this is a subclass of foaf:Agent - + Reagent Material entity that is used in a chemical reaction or other experimental process to detect, measure, examine, or produce other substances. @@ -138,24 +133,24 @@ NOTE: For now we are not addressing whether this is a subclass of foaf:Agent - Organism + OBI: An organism is material entity that is an individual living system, such as animal, plant, bacteria or virus, that is capable of replicating or reproducing, growth and maintenance in the right environment. An organism may be unicellular or made up, like humans, of many billions of cells divided into specialized tissues and organs. NOTE that we are not addressing for now the issue of whether a foaf:Person is a subclass of obi:Organism - + Organism An organism is a material entity that is an individual living system, such as animal, plant, bacteria or virus, that is capable of replicating or reproducing, growth and maintenance in the right environment. - Clinical Trial + A clinical trial is a research study using human volunteers to answer questions about treatments for diseases and conditions. Clinical trials are conducted in phases. The trials at each phase have a different purpose and help scientists answer different questions. - A clinical trial is a research study using human volunteers to answer questions about treatments for diseases and conditions. Clinical trials are conducted in phases. The trials at each phase have a different purpose and help scientists answer different questions. + Clinical Trial A research study using human volunteers to answer specifc health-related questions. - Institutional Review Board (IRB) number + Every clinical trial in the United States must be approved and monitored by an Institutional Review Board (IRB). An IRB is an independent committee of physicians, statisticians, community advocates and others whose objective is to ensure that a clinical trial is ethical and the rights of study participants are protected. - + Institutional Review Board (IRB) number @@ -166,18 +161,23 @@ NOTE that we are not addressing for now the issue of whether a foaf:Person is a Phase 3 Clinical Trial - + Instrument An implement used to facilitate work, especially precision work. An implement used to facilitate work, especially precision work. - provides access to + - + provides access to + + + + + Phase 0 Clinical Trial @@ -194,11 +194,11 @@ NOTE that we are not addressing for now the issue of whether a foaf:Person is a A project whose goal is the increase of knowledge, the primary aim being a greater knowledge or understanding of the subject under study. - protocol realized by + - + protocol realized by diff --git a/ontology/public/vivo-bibo-public-1.5.owl b/ontology/public/vivo-bibo-public-1.5.owl new file mode 100644 index 00000000..75ef004f --- /dev/null +++ b/ontology/public/vivo-bibo-public-1.5.owl @@ -0,0 +1,1268 @@ + + + stable + + Audiovisual recording in film format + + Film + http://purl.org/ontology/bibo/ + aka movie. + + + Chapter + A main division of a book + A chapter of a book. + + + unstable + http://purl.org/ontology/bibo/ + + + + + volume + + + + + + stable + http://purl.org/ontology/bibo/ + + A group of related documents issued at regular intervals. + Periodical + + + + + + + + + + + stable + A summary of the resource. + abstract + + + http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html + http://purl.org/dc/terms/ + + + stable + Notes or annotations about a resource + + Notes or annotations about a resource. + + Short Definition from bibo ontology + Note + http://purl.org/ontology/bibo/ + + + Report + stable + + A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc. + http://purl.org/ontology/bibo/ + + A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc.. + 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. + + + + + + A document describing a standard + stable + A specification giving a precise statement of a process or a service requirement, often sanctioned by a nation or industry + http://purl.org/ontology/bibo/ + Standard + Short Definition from OCLC Input Standards, EntW + + + a document that states some contractual relationship or grants some right + http://purl.org/ontology/bibo/ + Legal Document + + + A legal document; for example, a court decision, a brief, and so forth. + stable + + + + + + + + Collection + + A collection of Documents or Collections + Hill Ornithology Collection; Wiley Interscience Online Books Biochemisty Collection + Collection of information resources that have a unified identity. Archives, museums and libraries often acquire collections on specific subjects and from distinguished authors or researchers. Also includes collections of resources bundled into a license. + http://purl.org/ontology/bibo/ + Collection of information resources that have a unified identity + + stable + + + + An section number + + section + http://purl.org/ontology/bibo/ + Di Rado, Alicia. 1995. Trekking through college: Classes explore +modern society using the world of Star trek. Los Angeles Times, March +15, sec. A, p. 3. + + unstable + + + stable + http://purl.org/ontology/bibo/ + + Document Status + The status of the publication of a document. + The status of a document with respect to its publication. The statuses are represented as individuals of this class. Use the "show all individuals of this class" button on the class control panel to see the currently defined statuses. + submitted; accepted; in-press; published; invited; refereed. + The status of a document with respect to its publication. + + + + + + + + + + + + + + Bibo has the domain of bibo:issue as the class Issue, but an example on their site uses it with Article, referring to the issue number "4" + + + issue + + + + + + + + + A legal document proposing or enacting a law or a group of laws. + Legislation + http://purl.org/ontology/bibo/ + + Enactments of legislative bodies, published in either statute or code form + unstable + From OCLC Input Standards, EntW + + + interviewer + An agent that interview another agent. + + + stable + http://purl.org/ontology/bibo/ + + + + http://purl.org/ontology/bibo/ + An chapter number + + Title of the chapter (this individual) currently should be entered in the individual name (rdfs:label). Title of the book belongs on a separate Book individual related to the chapter via the core:partOf property (or its child property bibo:reproducedIn). The core:title field is deprecated and should no longer be used as of version 1.1 -- we will want to map rdfs:label to dc:title for query or linked data requests in the future + chapter + + unstable + + + + + Definition from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html + + number + + + + + Ending page number within a continuous page range. + end page + stable + + + http://purl.org/ontology/bibo/ + + + + + + + + A web page is an online document available (at least initially) on the world wide web. A web page is written first and foremost to appear on the web, as distinct from other online resources such as books, manuscripts or audio documents which use the web primarily as a distribution mechanism alongside other more traditional methods such as print. + Webpage + + unstable + One section of a website that appears at a unique address within the parent site's address or URL on the World Wide Web + http://purl.org/ontology/bibo/ + + + + Recorded audio in any format + stable + http://purl.org/ontology/bibo/ + Audio Document + An audio document; aka record. + phonograph record; tape; CD; DVD; DAT + + + + + + + + Book Section + Short Definition from the bibo ontology + + unstable + A section of a book + + + http://purl.org/ontology/bibo/ + A section of a book. + + + http://purl.org/ontology/bibo/ + Decision + + unstable + The written determination of a case, motion or claim by a court or tribunal + A document containing an authoritative determination (as a decree or judgment) made after consideration of facts or law. + + + + + + + + + + + + + + + + + + + + Serial Item and Contribution Identifier + + sici + stable + A sub property of identifier (http://en.wikipedia.org/wiki/SICI). + http://purl.org/ontology/bibo/ + + + + + + + + unstable + http://purl.org/ontology/bibo/ + + Public description take from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html. Bibo considers this property "unstable". + + A court associated with a legal document; for example, that which issues a decision. + + court + + + cites + + + + + + + An audio-visual document; film, video, and so forth. + + stable + + Audio-Visual Document + + Audiovisual recording in any format + film; video; Blu-ray + http://purl.org/ontology/bibo/ + + + + Public Description for bibo:distributor taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . + + distributor + + + + stable + Interview + A conversation between two or more people where questions are asked by the interviewer to obtain information from the interviewee. + http://purl.org/ontology/bibo/ + A formalized discussion between two or more people. + + radio or newspaper interview + + + + + + + + + + + + + International Standard Serial Number + + International Standard Serial Number (ISSN) + stable + http://purl.org/ontology/bibo/ + + source: http://en.wikipedia.org/wiki/Issn + + + 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/) + + 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. + stable + Patent + http://purl.org/ontology/bibo/ + (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 + + + + + + translation of + + http://purl.org/ontology/bibo/ + Relates a translated document to the original document. + stable + + + Examples shows a book has French language version. Public description source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . + + + Short Definition from the bibo ontology + Quote + http://purl.org/ontology/bibo/ + An excerpted collection of words. + stable + + + An excerpted collection of words + + + Journal of Information Science; IEEE Intelligent System; Scientometrics + Contains original scholarly research or review articles by experts in the field + Journal + A periodical of scholarly journal Articles. + stable + Articles usually contain abstracts and bibliographies. Includes peer-reviewed, non-peer-reviewed, and open access journals. Journals are usually indexed in the major academic databases such as PubMed and Web of Science. + + + http://purl.org/ontology/bibo/ + + + + + Contains news articles, opinions, features, advertising, and is usually issued daily or weekly + A periodical of documents, usually issued daily or weekly, containing current news, editorials, feature articles, and usually advertising. + USA Today + + stable + Newspaper + http://purl.org/ontology/bibo/ + + + + A legal decision that affirms a ruling. + The public description was taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html + + + http://purl.org/ontology/bibo/ + affirmedBy + + + + + stable + http://purl.org/ontology/bibo/ + + + performer + + + + + + A document accompanying a legal case. + Legal Case Document + Official court papers for a case + http://purl.org/ontology/bibo/ + unstable + + + Court Reporter + stable + Collection of legal cases + A collection of legal cases. + + + Supreme Court Reporter + http://purl.org/ontology/bibo/ + + + + + + + + + + + + + + + + + + translator + + + + + + + + Methods in Molecular Biology + + + http://purl.org/ontology/bibo/ + A thematic collection of documents, usually books, issued at regular or irregular intervals + + A loose, thematic, collection of Documents, often Books. + Series + stable + + + stable + Starting page number within a continuous page range. + + + + http://purl.org/ontology/bibo/ + start page + + + + + + + + + + + + + + A legal decision on appeal that takes action on a case (affirming it, reversing it, etc.). + + Public description is from comments of this object property in bibo ontology located here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html + subsequentLegalDecision + + + http://purl.org/ontology/bibo/ + + + coden + stable + An identifier of serials, still in use by libraries, but replaced by ISSN for any new work + http://purl.org/ontology/bibo/ + CODEN became particularly common in the scientific community as a citation system for periodicals cited in technical- as well in chemistry-related publications and as a search tool in many bibliographic catalogues. +Definition and description came from Wikipedia here: http://en.wikipedia.org/wiki/CODEN + + + + stable + A presentation of a series of slides, usually presented in front of an audience with written text and images. + + http://purl.org/ontology/bibo/ + Slideshow + Short Definition from the bibo ontology + + A presentation of a series of slides, usually presented in front of an audience with written text and images + + + Public Description from source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers the bibo:presents and the bibo:presentedAt unstable terms. It also indicates that bibo:presents is a sub-property of event:product. + + http://purl.org/ontology/bibo/ + + + Relates an event to associated documents; for example, conference to a paper. + unstable + + + related documents + + + cited by + + + + + + + + + + + + http://purl.org/ontology/bibo/ + + stable + The prefix of a name + + name prefix + Mr; Ms; Mrs + + http://dictionary.reference.com/browse/prefix + + + + SDB User Manual + + http://purl.org/ontology/bibo/ + A book of instructions or guide to a specific topic + unstable + A small reference book, especially one giving instructions. + Manual + + + + + + + + + + + + + + + + + + + + + + + An agent that receives a communication document. + + recipient + stable + + http://purl.org/ontology/bibo/ + + + + + + + + + + http://purl.org/ontology/bibo/ + locator + stable + definition from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html + A description (often numeric) that locates an item within a containing document or collection. + + + + Short Definition from the bibo ontology + Slide + http://purl.org/ontology/bibo/ + + A slide in a slideshow + A slide in a slideshow + unstable + + + + + + http://purl.org/ontology/bibo/ + A specific journal article + Article + A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a periodical or book + + + Short Definition modified from the bibo ontology. + + 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. + stable + + + Electronic International Standard Serial Number (EISSN) + stable + http://purl.org/ontology/bibo/ + eissn stands for Electronic International Standard Serial Number. source: http://www.definition-of.com/EISSN + The electronic ISSN number of a periodical. + + + + + Manuscript + http://purl.org/ontology/bibo/ + Works prepared by hand including handwritten or typescript drafts of pre-publication papers or works not otherwise reproduced in multiple copies + An unpublished Document, which may also be submitted to a publisher for publication. + + Short Definition is the Medical Subject Heading (MeSH) definition + stable + + + + + + A bill enacted into law. + Statute + A bill enacted into law + stable + http://purl.org/ontology/bibo/ + Short Definition from bibo ontology + + + The source of the public description and this info is found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html. Bibo considers this term "unstable". The bibo editorial note is: "We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen." + + http://purl.org/ontology/bibo/ + related degree + unstable + We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen. + + The thesis degree. + + + + http://purl.org/ontology/bibo/ + A passage selected from a larger work. + + A passage selected from a larger work + stable + Excerpt + Short Definition from the bibo ontology + + + + A collection of statutes. + A work consisting of texts of rules and regulations related to statutes issued by executive or administrative agencies + stable + http://purl.org/ontology/bibo/ + + Code + Short Definition from OCLC Input Standards, EntW + + Code of Federal Regulations + + + + annotates + Critical or explanatory note for a Document. + The public description source is: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html. + stable + http://purl.org/ontology/bibo/ + + + + + + + + + + A compilation of documents published from an event, such as a conference + http://purl.org/ontology/bibo/ + A compilation of documents published from an event, such as a conference. + unstable + + Short Definition copied from bibo ontology + Proceedings + + + + unstable + + + + + presented at + http://purl.org/ontology/bibo/ + Public Description from source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers the bibo:presents and the bibo:presentedAt unstable terms. It also indicates that bibo:presents is a sub-property of event:product. + + Relates a document to an event; for example, a paper to a conference. + + + + Document Part + Short Definition from the bibo ontology + A distinct part of a larger document or collected document + + + http://purl.org/ontology/bibo/ + a distinct part of a larger document or collected document. + unstable + + + + + + + + + + + Book + + + + + Short Definition copied from bibo ontology + + + http://purl.org/ontology/bibo/ + A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers. + A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers + stable + + + http://purl.org/ontology/bibo/ + A legal decision that reverses a ruling. + reversedBy + + The first sentence of the public description was taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html + + + + + + + + + + + http://purl.org/ontology/bibo/ + + Something carried out, acted or rendered. + unstable + + A public performance. + Performance + + + + + + + + + + + interviewee + http://purl.org/ontology/bibo/ + stable + An agent that is interviewed by another agent. + + + + + + + + + + identifier + + + source for public description: http://en.wikipedia.org/wiki/Universal_Product_Code. + http://purl.org/ontology/bibo/ + + stable + upc + + Universal Product Code + + + + + The bibo:reviewOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . As of 26 May 2010, bibo:reviewOf is used with the class Review, but core:reviewIn doesn't seem to be being used. + + + review of + + + + unstable + + transcript of + + http://purl.org/ontology/bibo/ + The bibo:transcriptOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers this term unstable. + Relates a document to some transcribed original. + + + + + + + + + + + + + unstable + An entity responsible for issuing often informally published documents such as press releases, reports, etc. This term is classified as unstable by bibo. + An entity responsible for issuing often informally published documents such as press releases, reports, etc. + http://purl.org/ontology/bibo/ + + issuer + + + + + + + + + + unstable + + + A group of webpages available within a specific parent address or URL on the World Wide Web + Website + A group of Webpages accessible on the Web. + Facebook; VIVOweb.org; Flickr + + http://purl.org/ontology/bibo/ + + + + + number of pages + + + OCLC Identifier + stable + + http://info-uri.info/registry/OAIHandler?verb=GetRecord&metadataPrefix=reg&identifier=info:oclcnum/. + + +bibo has the domain of this property set to the union of Collection and Document. + Online Computer Library Center (OCLC) number + http://purl.org/ontology/bibo/ + + + + Definiton from Bibo here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html + + An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit. + http://purl.org/ontology/bibo/ + Hearing + An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit. + + stable + + + + + + International Standard Book Number (ISBN) 10 + http://en.wikipedia.org/wiki/Isbn. + + + + + + + + + Definition from bibo: A person having managerial and sometimes policy-making responsibility for the editorial part of a publishing firm or of a newspaper, magazine, or other publication. + + editor + + + + + + A written argument submitted to a court. + unstable + A document stating the facts and points of law of a client's case + + + http://purl.org/ontology/bibo/ + Brief + + + + + + + + stable + http://purl.org/ontology/bibo/ + + A document that simultaneously contains other documents. + Short Definition is the Medical Subject Heading (MeSH) definition + + Collected Document + Work consisting of collections of previously published works + + + + + reproduced in + + + + + + + something that is printed or published and distributed, esp. a given number of a periodical + http://purl.org/ontology/bibo/ + + stable + something that is printed or published and distributed, esp. a given number of a periodical + Short Definition from the bibo ontology + Issue + + + + + + + + + asin + 020530902X + + stable + + Amazon standard identification number. Source: http://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number. + Amazon Standard Identification Number + http://purl.org/ontology/bibo/ + + + + + + name suffix + Jr.; III;; M.D. + + stable + The suffix of a name + http://purl.org/ontology/bibo/ + + + + stable + http://purl.org/ontology/bibo/ + Definition take from this site: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . + A Film director. + director + + + + + + + + + + + + + + + The academic degree of a Thesis + http://purl.org/ontology/bibo/ + + The academic degree of a Thesis. + Thesis Degree + Doctor of Philosophy (Ph.D.) + Different from general academic degree, thesis degree is achieved through one's completed thesis. Thesis is a document submitted in support of candidature for a degree or professional qualification presenting the author's research and findings(http://en.wikipedia.org/wiki/Thesis_or_dissertation). + + stable + + + + Contains articles of current events or general interest, geared to the reading public as being informative or recreational + + A periodical of magazine Articles. A magazine is a publication that is issued periodically, usually bound in a paper cover, and typically contains essays, stories, poems, etc., by many writers, and often photographs and drawings, frequently specializing in a particular subject or area, as hobbies, news, or sports. + stable + Abstracts and bibliographies are usually not included in magazines. + New Yorker + http://purl.org/ontology/bibo/ + Magazine + + + + + + + + photograph; diagram + stable + http://purl.org/ontology/bibo/ + A document that presents visual or diagrammatic information. + + Image + A visual representation such as a photograph or graph + + + + Thesis + + Works created to satisfy the requirements for an academic certification or degree; also called dissertation + http://purl.org/ontology/bibo/ + stable + A document created to summarize research findings associated with the completion of an academic degree. + Short Definition from OCLC Input Standards, EntW + + + + + + + + + + + + + + + International Standard Book Number (ISBN) 13 + + + source: http://en.wikipedia.org/wiki/Isbn. + + + + + + Definition from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html + + URI + + + + http://purl.org/ontology/bibo/ + + stable + edition + The name defining a special edition of a document. Normally its a literal value composed of a version number and words. + + + + A bounded physical representation of a body of information designed with the capacity (and usually intent) to communicate + Document + + Short Definition from the bibo ontology + + + stable + + http://purl.org/ontology/bibo/ + + + 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. + + + + Bill + stable + Draft legislation presented for discussion to a legal body. + + + Draft legislation presented for discussion to a legal body + http://purl.org/ontology/bibo/ + Short Definition from the bibo ontology + + + A specific academic journal article + Written by scholars for other scholars, typically published in an academic journal with an abstract and bibliography + http://purl.org/ontology/bibo/ + + Academic Article + A scholarly academic article, typically published in a journal. + + + stable + + + + Reference Source + unstable + http://purl.org/ontology/bibo/ + A document that presents authoritative reference information, such as a dictionary or encylopedia . + A document that presents authoritative reference information, such as a dictionary or encylopedia + + Short Definition from the bibo ontology + + + + + + + + + European Article Number/Uniform Commercier Code 13 + Definition source: http://en.wikipedia.org/wiki/European_Article_Numbering-Uniform_Code_Council. +The Uniform Code Council (UCC) was the Numbering Organization in the USA to administer and manage the EAN.UCC System. In 2005 the UCC changed its name to GS1 US. + http://purl.org/ontology/bibo/ + stable + EAN International-Uniform Code Council (EAN-UCC) 13 + + + + + Source: http://en.wikipedia.org/wiki/Library_of_Congress_Control_Number. + Library of Congress Control Number (LCCN) + Library of Congress Control Number + + + stable + http://purl.org/ontology/bibo/ + + + + Bibo Definition: A seminar, discussion group, or the like, that emphasizes exchange of ideas and the demonstration and application of techniques, skills, etc. + + http://purl.org/ontology/bibo/ + Workshop + stable + A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc. + + + + An edited book. + http://purl.org/ontology/bibo/ + + Best American Science Writing 2009 + + stable + An edited collection of stand-alone articles published as a book + + + Edited Book + + + + + + + + unstable + http://purl.org/ontology/bibo/ + The Short Definition is how the bibo ontology defines Map. It has been extended to include more broader concept of map which includes science maps, social network maps. + A graphical depiction of geographic features. + A graphical depiction of geographic features, scientific discipline, scientific data analytical results + + + Map + + + Global Trade Item Number 14 + gtin14 + http://en.wikipedia.org/wiki/Global_Trade_Item_Number. + http://purl.org/ontology/bibo/ + + stable + + + + + + + + + Digital Object Identifier + http://purl.org/ontology/bibo/ + + stable + Digital Object Identifier (DOI) + + + + + http://purl.org/ontology/bibo/ + short description + The idea here is that while dcterms:description may involve length descriptions, this for short (two or three word) descriptions that could go in a bibliographic entry. + unstable + A short description of the resource. + + + + + A meeting for consultation or discussion. + + + core:Seminar and bibo:Conference are very similar. + Conference + 2010 International Congress on Autoimmunity; American Libraries Association 2009 + A meeting for consultation or discussion. + http://purl.org/ontology/bibo/ + stable + + + + http://purl.org/ontology/bibo/ + The PubMed ID (PMID) identifies a citation record (rather than full-text) in the PubMed database. It is not evidence of compliance with the NIH Public Access Policy, because it does not identify a full-text submission of any kind. + stable + PubMed Identifier + + + PubMed Identifier + + + + + status + paraphrased editorial note from the bibo ontology: We are not defining, using an enumeration, the range of the bibo:status to be a defined list of bibo:DocumentStatus. This is because we want people to be able to define new statuses if needed; and creating such an enumeration would prevent this. + + + diff --git a/ontology/public/vivo-core-public-1.5.owl b/ontology/public/vivo-core-public-1.5.owl index cc1034d7..f87c588a 100644 --- a/ontology/public/vivo-core-public-1.5.owl +++ b/ontology/public/vivo-core-public-1.5.owl @@ -24,169 +24,112 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" > - - + + - - A PMCID is a unique PubMed Central reference number, which is assigned to each full-text record made available A PMCID is a unique PubMed Central reference number, which is assigned to each full-text record made available in PubMed Central. The PMCID is issued shortly after the PI or author approves the PubMed Central formatted web version of the submission. - - PubMed Central ID + + + + A PMCID is a unique PubMed Central reference number, which is assigned to each full-text record made available A PMCID is a unique PubMed Central reference number, which is assigned to each full-text record made available in PubMed Central. The PMCID is issued shortly after the PI or author approves the PubMed Central formatted web version of the submission. + + + sub grant of + + + + + - - - - - - - - - - - sub grant of - - + NIH Manuscript Submission System ID + - - NIH Manuscript Submission System ID - - - - - - produced in - - - http://purl.org/ontology/bibo/ - Note - Short Definition from bibo ontology - - Notes or annotations about a resource. - - Notes or annotations about a resource - stable + offered by - offered by - - is this person a corresponding author? + + True; False - - - - date/time value - - + - - + + + + + date/time value + + - - Academic Term An explicit individual academic term, quarter, or semester rather than the generic fall, spring or summer semester. + + - - A form of qualitative descriptive research that is used to study individuals, a small group of participants, or a group as a whole. Medical usage (from MeSH): clinical presentations that may be followed by evaluative studies that eventually lead to a diagnosis. Case Study + A form of qualitative descriptive research that is used to study individuals, a small group of participants, or a group as a whole. Medical usage (from MeSH): clinical presentations that may be followed by evaluative studies that eventually lead to a diagnosis. + A qualitative descriptive research study of individuals or a group - - unstable - - Di Rado, Alicia. 1995. Trekking through college: Classes explore -modern society using the world of Star trek. Los Angeles Times, March -15, sec. A, p. 3. - http://purl.org/ontology/bibo/ - section - - An section number - - Seminar Series + For individual seminars, use seminar instead. core:ConferenceSeries and core:SeminarSeries are very similar. Applied Microeconomics Seminars; Future of Rural New York Seminar Series An organized series of a meeting for an exchange of ideas, typically put on by a department or center. - supplemental information - - - Used to relate a reference citation to a bibliographic resource. - isReferencedBy - - This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration. - - - - http://purl.org/ontology/bibo/ - stable - - - An agent that interview another agent. - interviewer - - - unstable - - chapter - Title of the chapter (this individual) currently should be entered in the individual name (rdfs:label). Title of the book belongs on a separate Book individual related to the chapter via the core:partOf property (or its child property bibo:reproducedIn). The core:title field is deprecated and should no longer be used as of version 1.1 -- we will want to map rdfs:label to dc:title for query or linked data requests in the future - - An chapter number - http://purl.org/ontology/bibo/ + + + + + - - + + - - author rank in publication + + + Student + A person who is enrolled in an educational institution. Use only if no specific subclasses of core:Student describe the person. - Student - A person who is enrolled in an educational institution. - - - - - - - + + award or honor given @@ -196,57 +139,33 @@ modern society using the world of Star trek. Los Angeles Times, March - + assignee for - assignee for + - a legally-recognized business organization - Company + + a legally-recognized business organization from Wikipedia: "A company is a form of business organization. It is an association or collection of individual real persons and/or other companies ... This collection, group or association of persons can be made to exist in law and then a company is itself considered a "legal person". The name company arose because, at least originally, it represented or was owned by more than one real or legal person." - - - - - - - - - - - Date/Time Interval a specific period or duration, defined by (optional) start and end date/times. - - - - - - - - - - Accounting & Research Services Assistant; Director of Information Technology - Staff, support, and other non-academic positions. - Non-Academic Position - A position classified as professional, staff, support, or any other non-academic role - - - http://purl.org/ontology/bibo/ - A sub property of identifier (http://en.wikipedia.org/wiki/SICI). - stable - sici - - Serial Item and Contribution Identifier - + + Non-Academic Position + Accounting & Research Services Assistant; Director of Information Technology + Staff, support, and other non-academic positions. + + A position classified as professional, staff, support, or any other non-academic role + + + Licensure @@ -255,104 +174,58 @@ modern society using the world of Star trek. Los Angeles Times, March - - - - place of publication - + address line 1 + 123 Main Street; ITS department; P.O. Box 783 - - address line 1 + + + place of publication + + + + + collaborator + + + - + offers degree - offers degree + This is done through a restriction on academic degree to allow the values from to be foaf:organization to be used as the range. - - - - - collaborator - - - 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/) - - - 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. - stable - Patent - - http://purl.org/ontology/bibo/ - (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 - - - - - - - - Definition take from: http://en.wikipedia.org/wiki/Government_agency. + Government Agency United States Library of Congress - Government Agency + Definition take from: http://en.wikipedia.org/wiki/Government_agency. A government agency is a permanent or semi-permanent organization in the machinery of government that is responsible for the oversight and administration of specific functions. - - - - narrower term - Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy . - - - - - - - - - - - - - - + co-principal investigator role of - co-principal investigator role of + - - affliliated organization + + - - - - - - - - based_near - Definition take from: http://xmlns.com/foaf/spec/#term_based_near . foaf indicates that the status of this term is "unstable". "The based_near relationship relates two "spatial things" (anything that can be somewhere), the latter typically described using the geo:lat / geo:long geo-positioning vocabulary (http://www.w3.org/2003/01/geo/wgs84_pos#). This allows us to say describe the typical latitute and longitude of, say, a Person (people are spatial things - they can be places) without implying that a precise location has been given." - Used to link an agent, related to bibliographic things, to a place where it is based near: can be a city, a monument, a building, etc. - - - Screenplay Written script for a film production, including dialogue and descriptions of gestures, actions, shooting directions + + License @@ -361,120 +234,49 @@ modern society using the world of Star trek. Los Angeles Times, March Official or legal permission to do something Licenses are usually issued in order to regulate some activity that is deemed to be dangerous or a threat to the person or the public or which involves a high level of specialized skill. See also core:Licensure. - - - - - - - - - - product - - - - - - - - administered by + + Note that the administering department is not the central research administration office (such as University of Florida DSP or Cornell OSP) -- we didn't see a need to record a relationship to that office because it implicitly manages all grants. Also note that this is the administering organization for the grant at the awardee side. - - - - Person - - The most general classification of a person - - - - - - - - - - Editorial Article An article of opinion, typically published in a newspaper. For academics, most commonly Op Ed pieces - - - - - - - - start page - http://purl.org/ontology/bibo/ - - - - Starting page number within a continuous page range. - stable + + - + ORCID id We can't yet assume that we will only have a single ORCID id for a person. source: http://en.wikipedia.org/wiki/ORCID . We wanted this property to be visible so that people would be aware that we intend to carry ORCID ids in VIVO for cross-reference. I don't believe any ORCID ids have been minted yet, but it's hard to imagine they would need to be private since the goal of having them is to disambiguate author references internationally. However, this and the researcherId and scopusId (also with domain foaf:Person) can stay as visible to self-editors for now as they will probably be used mostly in data ingest. It might be nice in the future to let people make their own decision about whether these are visible. - ORCID id + - - - - - has facility - - - Used to link a bibliographic item to its publisher. - publisher - Public definition source: http://dublincore.org/2008/01/14/dcterms.rdf# . -Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity. - - + awards and honors - awards and honors - - - - - - - - A presentation of a series of slides, usually presented in front of an audience with written text and images - - Short Definition from the bibo ontology - Slideshow - http://purl.org/ontology/bibo/ - - A presentation of a series of slides, usually presented in front of an audience with written text and images. - stable + - - report identifier + + @@ -487,90 +289,39 @@ Examples of a Publisher include a person, an organization, or a service. Typical - + equipment for - equipment for - - - - - geographic focus - - - - + + geographic focus + + + - - http://dictionary.reference.com/browse/prefix - - Mr; Ms; Mrs - name prefix - - The prefix of a name - stable - - http://purl.org/ontology/bibo/ + + attended + + + + - - - - - - + - - - - - - - - - - attended - - - - - - - - - - - - - - A distinct, usually specialized educational unit within an educational organization. Academic Department + A distinct, usually specialized educational unit within an educational organization. + + - - + Endodontics (department within a College of Dentistry); English (department within a College of Liberal Arts) - - - stable - Short Definition is the Medical Subject Heading (MeSH) definition - - An unpublished Document, which may also be submitted to a publisher for publication. - Works prepared by hand including handwritten or typescript drafts of pre-publication papers or works not otherwise reproduced in multiple copies - http://purl.org/ontology/bibo/ - Manuscript - - - - - - ISI researcher id @@ -580,389 +331,289 @@ Examples of a Publisher include a person, an organization, or a service. Typical Definition source: http://isiwebofknowledge.com/researcherid/ - - Presentation Encompasses talk, speech, lecture, slide lecture, conference presentation + + - - has part + + + + Non-Faculty Academic + A person not considered a faculty member but holding an academic appointment. + + + published in - - - - Non-Faculty Academic - A person not considered a faculty member but holding an academic appointment. - - - - Short Definition from the bibo ontology - Excerpt - stable - A passage selected from a larger work - - A passage selected from a larger work. - http://purl.org/ontology/bibo/ - - + advisees - advisees + - - - - http://purl.org/ontology/bibo/ - stable - The public description source is: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html. - Critical or explanatory note for a Document. - annotates - + + + + - Smaller administrative division into which a country may be divided. + Subnational Region Boroughs; townships; districts; the Midwest - Subnational Region + Smaller administrative division into which a country may be divided. For example, the Midwest, northeast U.S. Short definition was partially taken from http://en.wikipedia.org/wiki/Subnational_entity. - + - - + + - - - - + + Score + Written musical composition for voice or instruments or both + + - - + + Grant An intramural or extramural award to support scholarly work, such as UF09179 (VIVO) Short definition is from the Glossary of NIH Terms. - + Financial assistance mechanism providing money, property, or both to an eligible entity to carry out an approved project or activity - + - - - - Score - Written musical composition for voice or instruments or both - - - - - - The first sentence of the public description was taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html - - reversedBy - A legal decision that reverses a ruling. - http://purl.org/ontology/bibo/ + + + + - major field of degree + Information Science; Computer Science; Anthropology - - This namespace - http://purl.org/dc/elements/1.1/ - does not appear to have this element. - - isVersionOf - + receipts + - - receipts - - research area of + + - - Universal Product Code - - upc - stable - - http://purl.org/ontology/bibo/ - source for public description: http://en.wikipedia.org/wiki/Universal_Product_Code. - - + webpage - webpage + - A person with at least one academic appointment to a specific faculty of a university or institution of higher learning. Faculty Member + A person with at least one academic appointment to a specific faculty of a university or institution of higher learning. Definition from here: http://research.carleton.ca/htr/defs.php. - + - - concept for + + + role in + - - role in - + - + - - Competition + + An occasion on which a winner is selected from among two or more contestants. Intel Talent Search; poetry contest Not the same as an award or distinction. - + reproduces - reproduces + - + investigator on - investigator on - - - - - 2 - - - - - + - - Faculty Member Emeritus A retired faculty member who has retained their rank, title and privileges. - - - - - + + - - Video Audiovisual recording in video format - - - - Issue - Short Definition from the bibo ontology - something that is printed or published and distributed, esp. a given number of a periodical - stable - http://purl.org/ontology/bibo/ - something that is printed or published and distributed, esp. a given number of a periodical + - + issued + - issued - - - - - - - - - - 1 - - Research Proposal A proposal for a research grant that has been submitted but not approved; does not represent an existing activity - - - - - director - A Film director. - Definition take from this site: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . - http://purl.org/ontology/bibo/ - stable - + + - - Academic Year An explicit individual period considered by an academic institution to be its primary academic cycle. + + - - award or honor for + + - room within building + - - - Course + + + A course as taught in one time period by one or more instructors, normally but not always for credit. Does not represent either each meeting of the course or the course offering such as Biology 101 taught every semester from 1980 to 2010 A course as taught in one time period (such as a semester; although note that a course could consist of only one meeting (teaching session)) by one or more instructors, normally but not always for credit. Does not represent either each meeting of the course or the course offering such as Biology 101 taught every semester from 1980 to 2010 - + - - Magazine - http://purl.org/ontology/bibo/ - New Yorker - Abstracts and bibliographies are usually not included in magazines. - stable - A periodical of magazine Articles. A magazine is a publication that is issued periodically, usually bound in a paper cover, and typically contains essays, stories, poems, etc., by many writers, and often photographs and drawings, frequently specializing in a particular subject or area, as hobbies, news, or sports. - - Contains articles of current events or general interest, geared to the reading public as being informative or recreational - - - - - - - - Address has properties for department name, street, city, state or province, postal code, and country. For US specific address, classify using core:US Postal Code. core:Address will display all addresses. + Address 200 University Avenue West, Waterloo, Ontario, Canada N2L 3G1 A specification of a location. To classify US specific addresses, use core:US Postal Code. - Address - + Address has properties for department name, street, city, state or province, postal code, and country. For US specific address, classify using core:US Postal Code. core:Address will display all addresses. + + + + address line 2 + + + Apt N26; Mann Library - + Librarian Position Librarian; Library Systems Analyst; Music Bibliographer It is the common position in libraries. A position held by library and information science professionals, or academic or technical experts, in support of providing information services or materials - Librarian Position + + - - - - - Apt N26; Mann Library - - address line 2 - - Internship Typically a student or a recent graduate undergoing supervised practical training. - - - - - + + - - Attendee Role A role of attending an Event or EventSeries + + + + + + + + + + + + - - part of + + - Currently being used by a restriction on organization. + geographic location of - geographic location of + Currently being used by a restriction on organization. - - - - - + Editor Role + An ongoing editorial responsibility for a bibo:Collection, such as a Journal or Series An ongoing editorial responsibility for a bibo:Collection, such as a Journal or Series - Editor Role - An ongoing editorial responsibility for a bibo:Collection, such as a Journal or Series - - News Release A short written piece focused on an event or announcement of note, having a defined publication time and of less enduring interest than a news feature. + + head of @@ -979,168 +630,82 @@ Definition source: http://isiwebofknowledge.com/researcherid/ - - http://purl.org/ontology/bibo/ - stable - - - Library of Congress Control Number - Library of Congress Control Number (LCCN) - Source: http://en.wikipedia.org/wiki/Library_of_Congress_Control_Number. + + + + - - - - Authorship + + + + Authorship of journal articles, books and other original works is a means by which academics communicate the results of their scholarly work, establish priority for their discoveries, and build their reputation among their peers. This class allows for linking an author to a publication while indicating information about that author's authorship. Contains the authors name, their rank in the publication, and whether or not they are a corresponding author on the publication. Currently any abstract name is given to members of this class. This could change in the future. - - A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc. - stable - Workshop - http://purl.org/ontology/bibo/ - - Bibo Definition: A seminar, discussion group, or the like, that emphasizes exchange of ideas and the demonstration and application of techniques, skills, etc. - + + + + - + + address line 3 + + + + + co-principal investigator on + + + + + + + + contributes to + + + + + + - - - - address line 3 - - - - - - - co-principal investigator on - - - - - - - - contributes to - - + - - - - - PubMed Identifier - - - PubMed Identifier - stable - The PubMed ID (PMID) identifies a citation record (rather than full-text) in the PubMed database. It is not evidence of compliance with the NIH Public Access Policy, because it does not identify a full-text submission of any kind. - http://purl.org/ontology/bibo/ - - - - - - A collection of individual agents (and may itself play the role of a Agent, ie. something that can perform actions). - A group can also be an organization but need not be; typically used for looser associations of people or organizations acting together in some fashion, not necessarily through formal agreement or on a long-term basis. Added to the VIVO ontology to be able to support informal and perhaps even private groups of people around an idea, funding opportunity, or event. - -see: http://xmlns.com/foaf/spec/#term_Group - - Group - - - aka movie. - http://purl.org/ontology/bibo/ - Film - - Audiovisual recording in film format - - stable + + - Committee on Institutional Cooperation (CIC); The Five Colleges of Ohio - + Consortium Independent organizations formally working together toward a common goal, under an expressed agreement - Consortium - + + Committee on Institutional Cooperation (CIC); The Five Colleges of Ohio + - + provided by - provided by - - - http://purl.org/ontology/bibo/ - unstable - - - A chapter of a book. - A main division of a book - Chapter - - - - - - - Periodical - A group of related documents issued at regular intervals. - http://purl.org/ontology/bibo/ - stable - + - Curriculum Steering Committee; PhD Advisory Committee + Committee A group of people organized for a specific purpose (e.g., a reporting or advisory role), often with a charge and for a specific duration. - - Committee + Curriculum Steering Committee; PhD Advisory Committee + There could be many subclasses such as thesis committee or tenure committee, but these may typically be differentiated via the moniker unless distinct properties become important. - - - - - - - - - - - - Short Definition from OCLC Input Standards, EntW - Standard - http://purl.org/ontology/bibo/ - A specification giving a precise statement of a process or a service requirement, often sanctioned by a nation or industry - stable - A document describing a standard - - - - - stable - A legal document; for example, a court decision, a brief, and so forth. - - - Legal Document - http://purl.org/ontology/bibo/ - a document that states some contractual relationship or grants some right - direct costs @@ -1148,24 +713,39 @@ see: http://xmlns.com/foaf/spec/#term_Group - + supported by general relationship of support - supported by + + + + + + - award conferred by + + + + + + + + + + 1 + - + Continent A large contiguous landmass that is at least partially surrounded by water, together with any islands on its continental shelf. The seven commonly recognized continents are Africa; Antarctica; Asia; Australia; Europe; North America; South America Short Definition take from http://en.wiktionary.org/wiki/continent. - Continent + @@ -1176,237 +756,198 @@ see: http://xmlns.com/foaf/spec/#term_Group - - Core Laboratory A lab providing services such as training, protocols, or access to instruments or software + + - + + + + + + + + + + + + US Postal Address + 1320 East 10th Street, Wells Library 021 Bloomington, IN 47405 + + + Formal address in US postal address system. + + + + US postal address follow the format street, apt or office number (optional), city, state, and zipcode. + + + related role + + + + + + Leader Role + A leadership role + + + A broad-ranging leader concept, from leading a small temporary committee to head of a large international organization. + + + most specific type + + + + + + + + + educational organization + + + + + + + + + + + + + + + + - - This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration. - - relation - - - - - - - - - - - - 1320 East 10th Street, Wells Library 021 Bloomington, IN 47405 - - - Formal address in US postal address system. - - - US Postal Address - US postal address follow the format street, apt or office number (optional), city, state, and zipcode. - - - - related role - - - - - - Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy . - - - broader term - - - - - - - - - A broad-ranging leader concept, from leading a small temporary committee to head of a large international organization. - A leadership role - - - Leader Role - - - - most specific type - - - - - - - educational organization - - - This is done through a restriction on the foaf:Person class. features + This is done through a restriction on the foaf:Person class. + - - - http://purl.org/ontology/bibo/ - One section of a website that appears at a unique address within the parent site's address or URL on the World Wide Web - unstable - - Webpage - A web page is an online document available (at least initially) on the world wide web. A web page is written first and foremost to appear on the web, as distinct from other online resources such as books, manuscripts or audio documents which use the web primarily as a distribution mechanism alongside other more traditional methods such as print. - - - - - Investigator Role - A role in an Agreement (for example, a grant) as a named investigator or key personnel. - - + has sub-organization - has sub-organization + + + Investigator Role + A role in an Agreement (for example, a grant) as a named investigator or key personnel. + + + - includes event + - - - This is done through a restriction on the foaf:Person class. - - featured in - - - see also core:Certificate + Certification An issued certificate - Certification + see also core:Certificate - - Book Section - Short Definition from the bibo ontology - - unstable - - A section of a book - - - - http://purl.org/ontology/bibo/ - A section of a book. + + featured in + This is done through a restriction on the foaf:Person class. + + + - department or school name within institution + Not intended to be an institution name. - - - - - - - provides service + + - - Clinical Role A role of observing or treating patients + + + + + + + - offered by + This is done through a restriction on academic degree to allow the values from to be foaf:organization to be used as the range. + + + + + - + presenter role of - presenter role of + - + event within - event within + - + - - - - - court - - A court associated with a legal document; for example, that which issues a decision. - - Public description take from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html. Bibo considers this property "unstable". - - http://purl.org/ontology/bibo/ - unstable + + - + Peer Reviewer Role A role of peer reviewing is a generic term for a process of self-regulation by a profession or a process of evaluation involving qualified individuals within the relevant field. Peer review methods are employed to maintain standards, improve performance and provide credibility. In academia the term is often used to denote a prepublication review of academic papers; reviewing an academic paper is often called refereeing. Contents [hide] - Peer Reviewer Role + - A unit devoted primarily to extension activities, whether for outreach or research. Extension Unit + A unit devoted primarily to extension activities, whether for outreach or research. Alachua County Extension Office - - radio or newspaper interview - - A formalized discussion between two or more people. - http://purl.org/ontology/bibo/ - A conversation between two or more people where questions are asked by the interviewer to obtain information from the interviewee. - Interview - stable - - - - distributor - - Public Description for bibo:distributor taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . - + + + + 1 eligible for @@ -1422,64 +963,32 @@ Contents - - - - A negotiated arrangement between two or more parties regarding a course of action - Agreement - - - - - - - - - - + + A negotiated arrangement between two or more parties regarding a course of action + + + + + - Definition was take from here: http://dictionary.reference.com/browse/museum + Museum The Getty Museum A building or place where works of art, scientific specimens, or other objects of permanent value are kept and displayed. - Museum - - - - - + Definition was take from here: http://dictionary.reference.com/browse/museum associated concept - - - affirmedBy - http://purl.org/ontology/bibo/ - - - The public description was taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html - A legal decision that affirms a ruling. - - - - unstable - http://purl.org/ontology/bibo/ - Official court papers for a case - Legal Case Document - A document accompanying a legal case. - - - - + - - + + state or province @@ -1495,61 +1004,57 @@ Contents - - - - - - listed author for + + + + - Something designed, built, installed, etc., to serve a specific function or activity affording a convenience or service. + Facility Distinct from the organization that runs it; e.g., a laboratory may be an organization but may be run by another organization and only consist of facilities housing equipment or services. Can be a building or place that provides a particular service or is used for a particular activity. Use the specific Building or Room whenever possible. Short definition from http://dictionary.reference.com/browse/facility. - Facility + Something designed, built, installed, etc., to serve a specific function or activity affording a convenience or service. Use subclasses of core:Facility subclasses instead of this class if possible - - expiration date + + + + + + + - - Meeting A gathering of people for a defined purpose, not necessarily public or announced + + + + + + + - + assignee - assignee + + offers - offers - - - - - - - translator - - - - - - + associated with position - associated with position + @@ -1559,34 +1064,32 @@ Contents + + + + 1 + - + Blog Library of Congress Blog Blog is short for weblog. - Blog + Regularly updated online journal or newsletter by one or more writers, called bloggers, containing articles and commentary of interest to the blogger + + + + + - + offers course - offers course - - - Public Description from source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers the bibo:presents and the bibo:presentedAt unstable terms. It also indicates that bibo:presents is a sub-property of event:product. - - http://purl.org/ontology/bibo/ - - - Relates an event to associated documents; for example, conference to a paper. - unstable - - - related documents + distributes funding from @@ -1597,278 +1100,212 @@ Contents For example, National Science Foundation providesFundingThrough Graduate Research Fellowship Program; National Institutes of Health providesFundingThrough National Center for Research Resources. - - advisee in + + - - - - - - cited by - - - Manual - A small reference book, especially one giving instructions. - unstable - A book of instructions or guide to a specific topic - http://purl.org/ontology/bibo/ - - SDB User Manual - + + + + - + geographically contains - geographically contains + - - - - - - - sub-Saharan Africa, North America - + + Populated Place + Either city or town - a thickly populated area having fixed boundaries and certain local powers of government. - None as yet. - Transnational Region - Not sure how to access the "Editor's Comments". But as North America is a continent, it would be placed directly into the continent subclass and viewable through this class along with any other subclass entities. - Any region that goes beyond national boundaries and does not fit into any subclass of core:TransnationalRegion. + - linked author + - + + Transnational Region + - - Populated Place - Either city or town - a thickly populated area having fixed boundaries and certain local powers of government. + None as yet. + sub-Saharan Africa, North America + Not sure how to access the "Editor's Comments". But as North America is a continent, it would be placed directly into the continent subclass and viewable through this class along with any other subclass entities. + Any region that goes beyond national boundaries and does not fit into any subclass of core:TransnationalRegion. - term label + - degree outcome of + - - related - - - - - - - - That is a position held by an academic faculty member who works for administration. - - Faculty Administrative Position - Associate Dean - - - An academic administrative position (associate dean, etc.) as distinct from a professional administrative position (non-academic) + + + + - + leadership role of - leadership role of + + + + Faculty Administrative Position + That is a position held by an academic faculty member who works for administration. + + + Associate Dean + + An academic administrative position (associate dean, etc.) as distinct from a professional administrative position (non-academic) + + Equipment server; Bruker Vector-33 FT-IR - + A network server is one example. Medical schools and research laboratories can list professional equipment, such as microscopes. - A physical object provided for specific purpose, task or occupation. - Equipment + + + + + + + abbreviation + A short form for an longer title or name. B.A. - A short form for an longer title or name. - abbreviation - - - - A description (often numeric) that locates an item within a containing document or collection. - definition from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html - stable - locator - http://purl.org/ontology/bibo/ - - - - - - - - - - - Undergraduate Advising Relationship - An advisory relationship in which a professor advises an undergraduate student. - - - Director of Admissions and Placement; Associate University Librarian Position + + Director of Admissions and Placement; Associate University Librarian Particular position in an organization, commonly identified by job title, and normally associated with a job description that details the tasks and responsibilities that go with the position. + An employment activity, whether compensated or not. Short definition comes from http://en.wikipedia.org/wiki/Position, and has been modified. - + - - - - - http://purl.org/ontology/bibo/ - A specific journal article - Article - A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a periodical or book - - Short Definition modified from the bibo ontology. - 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. - - stable - - - Image - Digital images (such as JPEG, PNG, GIF bitmaps, SVG diagrams etc.) - - A document that is an image (definition from foaf) - - - - - - - Non-Academic - A person holding a position that is not considered to be an academic appointment. - - + + Undergraduate Advising Relationship + An advisory relationship in which a professor advises an undergraduate student. + + + + + + + Postdoc or Fellow Advising Relationship An advisory relationship in which the advisee is a Postdoc or Fellow. + + + + + + + + + + Non-Academic + A person holding a position that is not considered to be an academic appointment. + + - - - governing authority for - - - - The thesis degree. - - We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen. - unstable - related degree - http://purl.org/ontology/bibo/ - The source of the public description and this info is found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html. Bibo considers this term "unstable". The bibo editorial note is: "We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen." - - - - - - An organizational unit (as opposed to the physical facility) that performs research, provides services, or processes materials - Laboratory + + + participant + - - participant - - - - 1 + + Laboratory + + + An organizational unit (as opposed to the physical facility) that performs research, provides services, or processes materials + + + + reviewer role of + + + + + - + local award id core:localAwardId has a domain of core:Grant, and should be public since that's its public identifier for local use by OSP, accounting, department admins, and the PI - local award id - - - - - - - - reviewer role of - - - - - - Issued Credential - - - - - - - - 1 + - + editor of - editor of + + + Issued Credential + + + + + + + - + service to the profession - service to the profession + - - fax + + - provides funding through + For example, National Science Foundation providesFundingThrough Graduate Research Fellowship Program; National Institutes of Health providesFundingThrough National Center for Research Resources. - - - - - International Classification (ICL) code The International classification(s) to which the published application has been assigned. @@ -1876,30 +1313,20 @@ Contents - - unstable - - - - - presented at - http://purl.org/ontology/bibo/ - Public Description from source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers the bibo:presents and the bibo:presentedAt unstable terms. It also indicates that bibo:presents is a sub-property of event:product. - - Relates a document to an event; for example, a paper to a conference. - - A location having coordinates in geographic space. Geographic Location + A location having coordinates in geographic space. Removed the word "stable" because disputed territories from geopolitical.owl are included. This could imply that the geographic coordinates could change. I've also copied this definition to core:Geographic Location. I think core:Geographic Location and core:Geographic Region are both the same and only one is needed. There is also geopolitical.owl:geographical_region which further causes confusion. Use subclasses of core:Geographic Location subclasses instead of this class if possible. - - - - + + contributing advising relationship + + + + publisher of @@ -1908,43 +1335,22 @@ Contents Public Definition source (http://www.answers.com/topic/publisher). - - - contributing advising relationship - - - - - - - - - - - - - - end - - - - - - - - - + + - - An agent that is interviewed by another agent. - stable - http://purl.org/ontology/bibo/ - interviewee + + + + + + + end + + + - - has role @@ -1954,23 +1360,18 @@ Contents - - presentations + + - - - - - - - Teacher Role A role of serving as an educator + + research overview @@ -1979,10 +1380,15 @@ Contents Used for a single narrative summary of research, typically covering a wide range of activities and time periods; use Researcher Role for information on individual activities - - - Concept - An idea or notion; a unit of thought. + + + + 1 + + + + + Researcher Role @@ -1991,100 +1397,54 @@ Contents - - Relates a document to some transcribed original. - The bibo:transcriptOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers this term unstable. - http://purl.org/ontology/bibo/ - - transcript of - - unstable - + + + + - - facility for + + - - - - - + Dataset + A named collection of data, usually containing only one type of data US Patent Data; US Job Data - Dataset - A named collection of data, usually containing only one type of data - + - - - - - - - issuer - - http://purl.org/ontology/bibo/ - An entity responsible for issuing often informally published documents such as press releases, reports, etc. - An entity responsible for issuing often informally published documents such as press releases, reports, etc. This term is classified as unstable by bibo. - unstable - - - - - + + Software - + Computer program and its related documentation; directs the operation of a computer - - Contract An agreement involving specific deliverables and payment + + - + - + - - start + + - - - authors - - - - - - - - - - - - - - - An offering through an ongoing program or single request of research support: internships, positions, financial awards or other forms of tangible or intangible support - - Research Opportunity - education and training @@ -2092,99 +1452,37 @@ Contents - - stable - - An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit. - Hearing - http://purl.org/ontology/bibo/ - An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit. + + Research Opportunity + + + An offering through an ongoing program or single request of research support: internships, positions, financial awards or other forms of tangible or intangible support + - Definiton from Bibo here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html + - - - http://en.wikipedia.org/wiki/Isbn. - International Standard Book Number (ISBN) 10 - - - - - - - http://purl.org/ontology/bibo/ - Online Computer Library Center (OCLC) number - http://info-uri.info/registry/OAIHandler?verb=GetRecord&metadataPrefix=reg&identifier=info:oclcnum/. - - -bibo has the domain of this property set to the union of Collection and Document. - - stable - OCLC Identifier - - - - - Medical Residency - Residency is a stage of graduate medical training. - - - - - - - - Brief - http://purl.org/ontology/bibo/ - - - A document stating the facts and points of law of a client's case - unstable - A written argument submitted to a court. - - - - Date/Time Value - A date and/or time - - - - - - - reproduced in + + authors + + + - + + Medical Residency + Residency is a stage of graduate medical training. + + + + + Date/Time Value + A date and/or time + + + - - - - - - - - - - - http://purl.org/ontology/bibo/ - Amazon Standard Identification Number - Amazon standard identification number. Source: http://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number. - - stable - - 020530902X - asin - - - http://purl.org/ontology/bibo/ - The suffix of a name - stable - - Jr.; III;; M.D. - name suffix - - + + outreach overview @@ -2194,110 +1492,70 @@ bibo has the domain of this property set to the union of Collection and Document Used for a single narrative summary of outreach, typically covering a wide range of activities and time periods; use Outreach Provider Role for information on individual activities - - - - - - - Member of the International Conference on Complex Systems Organizing Committee Service Provider Role + Member of the International Conference on Complex Systems Organizing Committee + An role of an individual within his or her profession or institution; use outreach provider role for community service or other activities outside the profession. - - Note that the administering department is not the central research administration office (such as University of Florida DSP or Cornell OSP) -- we didn't see a need to record a relationship to that office because it implicitly manages all grants. Also note that this is the administering organization for the grant at the awardee side. administers grant + Note that the administering department is not the central research administration office (such as University of Florida DSP or Cornell OSP) -- we didn't see a need to record a relationship to that office because it implicitly manages all grants. Also note that this is the administering organization for the grant at the awardee side. + + + + + + - - Member Role A role of being a member in a Process or an Organization + + - + - - + + - + - - - - - - - - - - - - + + - + successor organization - successor organization + - - - - - - - - - Librarian - A person working in a position of librarian or information professional, or academic or technical expert in support of providing information services or materials. - + role in + - - role in - - - - - author as listed - + + Librarian + A person working in a position of librarian or information professional, or academic or technical expert in support of providing information services or materials. + + - + prerequisite for - prerequisite for - - - - - - - - - - source: http://en.wikipedia.org/wiki/Isbn. - - - International Standard Book Number (ISBN) 13 + - - Published US Classification Class/Subclass (CCL) code - - - - - + + governing authority @@ -2306,109 +1564,50 @@ bibo has the domain of this property set to the union of Collection and Document - - Invited Talk - - - - URI - - Definition from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html - - - - - - - - - A bounded physical representation of a body of information designed with the capacity (and usually intent) to communicate - Document - - Short Definition from the bibo ontology - - stable + - http://purl.org/ontology/bibo/ - - - - 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. - - + translator of - translator of - - - - - + - + grant awarded by - grant awarded by + - location of equipment + - - A specific academic journal article - Written by scholars for other scholars, typically published in an academic journal with an abstract and bibliography - - http://purl.org/ontology/bibo/ - - Academic Article - A scholarly academic article, typically published in a journal. - - - stable - - + - - + + - - - Short Definition from the bibo ontology - - A document that presents authoritative reference information, such as a dictionary or encylopedia - A document that presents authoritative reference information, such as a dictionary or encylopedia . - http://purl.org/ontology/bibo/ - unstable - Reference Source + + + + + funding provided via + - - funding provided via - - - - - - - - - - - people + @@ -2416,158 +1615,98 @@ bibo has the domain of this property set to the union of Collection and Document - - - - EAN International-Uniform Code Council (EAN-UCC) 13 - stable - http://purl.org/ontology/bibo/ - Definition source: http://en.wikipedia.org/wiki/European_Article_Numbering-Uniform_Code_Council. -The Uniform Code Council (UCC) was the Numbering Organization in the USA to administer and manage the EAN.UCC System. In 2005 the UCC changed its name to GS1 US. - European Article Number/Uniform Commercier Code 13 - has current member Since we have defined geopolitical.owl.hasMember to be a subproperty of core:hasMember, we should not make changes to this property that would change the definition of geopolitical.owl.hasMember in ways that may make it inconsistent with its usage in other ontologies. - - An edited book. - http://purl.org/ontology/bibo/ - - Best American Science Writing 2009 - - stable - An edited collection of stand-alone articles published as a book - - - - Edited Book - - + - - + + - - - Digital Object Identifier (DOI) - stable - - http://purl.org/ontology/bibo/ - Digital Object Identifier + + + + - Use subclasses of core:GeopoliticalEntity subclasses instead of this class if possible. + Geopolitical Entity A geographical area which is associated with some sort of political structure. - Geopolitical Entity + Use subclasses of core:GeopoliticalEntity subclasses instead of this class if possible. Short definition obtained here: http://en.wiktionary.org/wiki/geopolitical_entity. - + - - - - - - A short description of the resource. - unstable - The idea here is that while dcterms:description may involve length descriptions, this for short (two or three word) descriptions that could go in a bibliographic entry. - short description - http://purl.org/ontology/bibo/ - - - - - - + + - sponsors award or honor + - - - - - - - - - - - - - - - - 100 Caldwell Hall; 114 Martha Van Rensselaer (Rushmore Conference Room) + Room Room that provides a particular service or is used for a particular activity. - Room + 100 Caldwell Hall; 114 Martha Van Rensselaer (Rushmore Conference Room) Enter room number of name. - - - eRA Commons id - - - + - volume - - + - - http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html - http://purl.org/dc/terms/ - - - abstract - A summary of the resource. - stable + + + + School - Definition take from here: http://dictionary.reference.com/browse/school. + Definition take from here: http://dictionary.reference.com/browse/school. School of Architecture; School of Music An institution for instruction in a particular skill or field. - - Principal Investigator Role Role of a person to direct a project or activity being supported by an Agreement (for example, a grant), and who is accountable to the grantee for the proper conduct of the project or activity. Also known as Program Director or Project Director. + + - + - + + + + + 1 + - + seriesForEvent - seriesForEvent + - - - - + + Review + An article reviewing one or more other information resources (a book, one or more other articles, movies, etc) + + award sponsored by @@ -2576,187 +1715,102 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi - - - - Review - An article reviewing one or more other information resources (a book, one or more other articles, movies, etc) - - - - - - - - - - - - - credits - - - issue - - Bibo has the domain of bibo:issue as the class Issue, but an example on their site uses it with Article, referring to the issue number "4" - has translation + Examples shows a book has French language version. Public description source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . - - - - - - + investigator role of - investigator role of + - + University Definition taken from: http://en.wikipedia.org/wiki/University University of Florida; Washington University in St. Louis + An institution of higher education and research, which grants academic degrees in a variety of subjects, and provides both undergraduate education and postgraduate education. - - University - - - - number - - Definition from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html - + + Location + Top level of all location classes. Use subclasses of core:Location when classsifying items. It's anticipated that the subclasses will be used when classifying items. And, all locations can be viewable via this class. - Location - Top level of all location classes. - College of Arts & Sciences; Ivy Tech Community College + College A primary academic unit within a University or a free-standing higher education organization without graduate degree programs. - College - - - - - - - - - - - - - - isVersionOf - Document1 isVersionOf Document2 - - This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration. + College of Arts & Sciences; Ivy Tech Community College + Working Paper - A document created as a basis for discussion or a very early draft of a formal paper + - - date issued + + - - - - - - role of + - - - - - - - - - - - - - - - - - - Used for a single narrative summary of teaching, typically covering a wide range of courses including for credit and non-credit teaching over multiple semesters; the "teaches" property links a person directly with an instance of a Semester Class, typically from an institutional database of record; then use Teacher Role for information about a person's role in non-credit teaching or their specific contribution to individual courses - - teaching overview - - - + produces - produces + + rank + this number indicates a position in a list - this number indicates a position in a list - rank - - source: http://en.wikipedia.org/wiki/Issn + + teaching overview + Used for a single narrative summary of teaching, typically covering a wide range of courses including for credit and non-credit teaching over multiple semesters; the "teaches" property links a person directly with an instance of a Semester Class, typically from an institutional database of record; then use Teacher Role for information about a person's role in non-credit teaching or their specific contribution to individual courses + + - http://purl.org/ontology/bibo/ - stable - International Standard Serial Number (ISSN) - - International Standard Serial Number + + + supports + + general relationship of support + - + patent number source of definition: http://www.uspto.gov/main/glossary/#p . The following site has patent number formats: http://www.uspto.gov/patents/ebc/kindcodesum.jsp . - patent number - - - - - general relationship of support - supports - - - - - + teaching activities @@ -2766,175 +1820,132 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi - - http://purl.org/ontology/bibo/ - Newspaper - stable - - USA Today - A periodical of documents, usually issued daily or weekly, containing current news, editorials, feature articles, and usually advertising. - Contains news articles, opinions, features, advertising, and is usually issued daily or weekly - - - - Journal of Information Science; IEEE Intelligent System; Scientometrics - Contains original scholarly research or review articles by experts in the field - Journal - A periodical of scholarly journal Articles. - stable - Articles usually contain abstracts and bibliographies. Includes peer-reviewed, non-peer-reviewed, and open access journals. Journals are usually indexed in the major academic databases such as PubMed and Web of Science. - - - http://purl.org/ontology/bibo/ - - - - clinical role of + + - - http://purl.org/ontology/bibo/ - Supreme Court Reporter - - - A collection of legal cases. - Collection of legal cases - stable - Court Reporter - - - - - - - Are we assuming that a PresenterRole is in a Presentation? Or could you have a PresenterRole in, say, a committee? - - A role of presenting information Presenter Role + A role of presenting information + + Are we assuming that a PresenterRole is in a Presentation? Or could you have a PresenterRole in, say, a committee? - - - - contact information - - + - - + + + + + contact information + + - - overview + + - description + - + + + Information Resource - - - - - - + + + The most general classification of an information resource + - - - primary phone + + + - + editor - editor + - + - - + + - - Wiley Prize in Biomedical Sciences Award or Honor - + + Wiley Prize in Biomedical Sciences + An Award or Honor An Award or Honor - + + webpageOf - - - - - outreach and community service + + - subcontracted through + - - + + outreach and community service + + + + - - webpageOf - - - - - http://xmlns.com/foaf/spec/#term_firstName. Note from foaf: "The lastName property is provided (alongside firstName) as a mechanism to support legacy data that cannot be easily interpreted in terms of the (otherwise preferred) familyName and givenName properties. The concepts of 'first' and 'last' names do not work well across cultural and linguistic boundaries; however they are widely used in addressbooks and databases." - - first name - + Service UITS service UITS service is the information technology services provided by Indiana University. SC. - - Service + + A regularly offered service in support of an academic, research, or administrative function (not personal or professional service by an individual) - - receipt of + + - identifier + - + - - + + - - - - + + current member of + + Since we have defined geopolitical.owl.hasMember to be a subproperty of core:hasMember, we should not make changes to this property that would change the definition of geopolitical.owl.hasMember in ways that may make it inconsistent with its usage in other ontologies. + product of @@ -2943,50 +1954,14 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi - - Since we have defined geopolitical.owl.hasMember to be a subproperty of core:hasMember, we should not make changes to this property that would change the definition of geopolitical.owl.hasMember in ways that may make it inconsistent with its usage in other ontologies. - - current member of - - - - Cornell Ithaca; Cornell Geneva; Cornell New York City; Cornell Qatar Campus + Cornell Ithaca; Cornell Geneva; Cornell New York City; Cornell Qatar + Definition taken from dictionary.com (http://dictionary.reference.com/browse/campus). The grounds of a school, college, university, or hospital. Or, a large, usually suburban, landscaped business or industrial site. - - - http://purl.org/ontology/bibo/ - - stable - recipient - - An agent that receives a communication document. - - - - - - - - - - Event Series - - - Only use if no specific subclasses of core:EventSeries desribe the activity. - - Two or more events that occur at different times and are connected to each other. - - A generic class which may include a conference series, a course section, a seminar series, or a workshop series. When possible, use one of these more specific classes. - - - - - education or training of @@ -2994,6 +1969,22 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi + + + + + + Event Series + + Only use if no specific subclasses of core:EventSeries desribe the activity. + Two or more events that occur at different times and are connected to each other. + A generic class which may include a conference series, a course section, a seminar series, or a workshop series. When possible, use one of these more specific classes. + + + + + + Building Enter building name. If the building's name is a number (as in many governmental organizations such as national laboratories and military bases), then enter it. Do not confuse with the number that appears in a postal address. @@ -3002,331 +1993,267 @@ The Uniform Code Council (UCC) was the Numbering Organization in the USA to admi + + + + + - + has subject area - has subject area + - attendee role of + - - - unstable - A slide in a slideshow - A slide in a slideshow - - http://purl.org/ontology/bibo/ - Slide - Short Definition from the bibo ontology - - + total award amount - total award amount + + + + + + - + mailing address This is done with a restriction on agent. - mailing address + - - Code of Federal Regulations - - Short Definition from OCLC Input Standards, EntW - Code - - http://purl.org/ontology/bibo/ - stable - A work consisting of texts of rules and regulations related to statutes issued by executive or administrative agencies - A collection of statutes. - - - linked information resource + + - + geographic focus of - geographic focus of + - + keywords one keyword or phrase per freetextKeyword assertion conservation use one freetextKeyword assertion for each keyword or phrase. - keywords - - - - - + - + Library Used information from this definition: http://dictionary.reference.com/browse/library. A collection of any materials, for study and enjoyment, which has been systematically arranged. - - Library + + Marston Science Library - - international geographic focus of + + + outcome of - We would like the range of core:outcome to be the union of Event and Process; and that same union to be the range for core:outcomeOf, but we cannot currently express this with the editor. - outcome of + - - Performance - A public performance. - - unstable - Something carried out, acted or rendered. - - http://purl.org/ontology/bibo/ - - - - - identifier + + + + - Credential An attestation of qualification, competence, or authority issued to an individual by a third party with a relevant or de facto authority or assumed competence to do so. An attestation of qualification, competence, or authority issued to an individual by a third party with a relevant or de facto authority or assumed competence to do so. - + - + + - - review of - - - The bibo:reviewOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . As of 26 May 2010, bibo:reviewOf is used with the class Review, but core:reviewIn doesn't seem to be being used. - - + + + + - + supported by an information resource (typically a publication) supported by (typically via funding) an agreement (such as a grant) - supported by + - + - - + + - distributes + Public Description for bibo:distributor taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . - + advising contribution to - advising contribution to + - + clinical activities - clinical activities + - - + Educational Training + Represents educational training that has been received. This connects person to their academic degree through this educational training, but can also be used when the training does not result in a degree. Currently any abstract name is given to individuals of this class. This could change in the future. - Educational Training + - - Conference Paper + + A paper presented at a conference; optionally collected into a Proceedings or a special Journal issue - - - - - - - http://purl.org/ontology/bibo/ - - Facebook; VIVOweb.org; Flickr - A group of Webpages accessible on the Web. - Website - A group of webpages available within a specific parent address or URL on the World Wide Web - - - unstable - - - - - - - - phone - - - - - + + - preferredNamespacePrefix - - - - Work consisting of collections of previously published works - Collected Document - - - Short Definition is the Medical Subject Heading (MeSH) definition - A document that simultaneously contains other documents. - http://purl.org/ontology/bibo/ - stable + - - functions as an n-ary predicate Relationship a reified relationship + + functions as an n-ary predicate - email + - + - + - + Division An area of corporate activity organized as an administrative or functional unit. Definition modified from http://www.thefreedictionary.com/division. It is difficult to tell the difference between a division and a department. - Division + + Cardiovascular Medicine (division within medicine) - - - - - -We would like the range of core:outcome to be the union of Event and Process; and that same union to be the range for core:outcomeOf, but we cannot currently express this with the editor. - outcome + + + + - The Ornithological Newsletter + Newsletter Usually issued periodically, prepared by or for a group or institution to present information to a specific audience, often also made available to the press and public - Newsletter + The Ornithological Newsletter - - Agents are things that do stuff - - see: http://xmlns.com/foaf/spec/#term_Agent - - - - - Agent - - - - Used to describe any "agent" related to bibliographic items. Such agents can be persons, organizations or groups of any kind. + + outcome + + +We would like the range of core:outcome to be the union of Event and Process; and that same union to be the range for core:outcomeOf, but we cannot currently express this with the editor. + - reviewed in + The bibo:reviewOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . As of 26 May 2010, bibo:reviewOf is used with the class Review, but core:reviewIn doesn't seem to be being used. - city + Chicago; New York; Bloomington; Gainesville - + contributor - contributor + - In the future we may be able to make this a defined class that would not need to be directly asserted, but the consensus seems to be that some organizations "are" clinical and some "are" research organizations and that the distinction is important enough to warrant the additional class and class assertions - Any organization with a significant clinical function as a matter of course and not just through occasional clinical roles Clinical Organization + Any organization with a significant clinical function as a matter of course and not just through occasional clinical roles + In the future we may be able to make this a defined class that would not need to be directly asserted, but the consensus seems to be that some organizations "are" clinical and some "are" research organizations and that the distinction is important enough to warrant the additional class and class assertions - VIVO Outreach Team; VIVO Ontology Team Team + VIVO Outreach Team; VIVO Ontology Team + An informal organization brought together for the purposes of a project or event. - + + + + + + + + + + - + issuance of - issuance of + - + service provider role of - service provider role of + @@ -3337,82 +2264,47 @@ We would like the range of core:outcome to be the union of Event and Process; an A Cornell graduate field (http://vivo.cornell.edu/index.jsp?home=65535&collection=820) An ongoing academic initiative not formalized with department or division status. - - - - - - - stable - - Different from general academic degree, thesis degree is achieved through one's completed thesis. Thesis is a document submitted in support of candidature for a degree or professional qualification presenting the author's research and findings(http://en.wikipedia.org/wiki/Thesis_or_dissertation). - Doctor of Philosophy (Ph.D.) - Thesis Degree - The academic degree of a Thesis. - - http://purl.org/ontology/bibo/ - The academic degree of a Thesis - - Definition take from: http://dictionary.reference.com/browse/hospital. - Shands at the University of Florida Hospital + Shands at the University of Florida + Definition take from: http://dictionary.reference.com/browse/hospital. An institution that provides medical, surgical, or psychiatric care and treatment for the sick or the injured. - - - - For data ingest from authoritative sources to record the actual way a person was listed, as potentially valuable information for provenance and person disambiguation. Represents one person's information from one source at one particular time. - Person As Listed - For data ingest from authoritative sources to record the actual way a person was listed, as potentially valuable information for provenance and person disambiguation. - Center + Alchohol Education Center; Center for Arts and Public Policy; Hearing Research Center A place where a particular activity or service is concentrated. - Short Definition take from http://www.thefreedictionary.com/center. - Date/Time Value Precision Indicates the precision of the value of a DateTimeValue instance. + - - Graduate Advising Relationship An advisory relationship in which a professor advises a graduate student. + + + + + + + - + preferred title For example an HR job title for a person might be - Assistant University Librarian, and the preferred job title for that same person could be - Physical Sciences Librarian. Physical Sciences Librarian - preferred title + - - - - - - - - Thesis - - Works created to satisfy the requirements for an academic certification or degree; also called dissertation - http://purl.org/ontology/bibo/ - stable - A document created to summarize research findings associated with the completion of an academic degree. - Short Definition from OCLC Input Standards, EntW - - - proceedings of @@ -3422,227 +2314,158 @@ We would like the range of core:outcome to be the union of Event and Process; an - - Graduate Student A person who has already received a bachelor's degree and is working toward a Master's or Doctoral degree. + + + publication venue for - publication venue for - - - - - - - - Used to link a bibliographic item to one of its contributor: can be an author, an editor, a publisher, etc. - contributor - - - - - - - A person's, group's or organization's role in an endeavor - Only use if no specific subclasses of core:Role describe the role. Role + Only use if no specific subclasses of core:Role describe the role. + + A person's, group's or organization's role in an endeavor - - + Only use this broad role class if no subclasses of role describe the item being classified. - - - - - - agent - - - - - - date/time precision + + + + - - organization within + + - + + date/time precision + + + + + teacher role of - teacher role of + - - link anchor text + + - - Research Organization Any organization (likely also asserted as another class of Organization) with a primary, ongoing research function, not just through occasional roles - - - Map - - A graphical depiction of geographic features, scientific discipline, scientific data analytical results - A graphical depiction of geographic features. - The Short Definition is how the bibo ontology defines Map. It has been extended to include more broader concept of map which includes science maps, social network maps. - http://purl.org/ontology/bibo/ - unstable + - - A structured file of information or a set of logically related data stored and retrieved using computer-based means - Short Definition is the Medical Subject Heading (MeSH) definition Database + Short Definition is the Medical Subject Heading (MeSH) definition + A structured file of information or a set of logically related data stored and retrieved using computer-based means + PubMed + has prerequisite + - - has prerequisite - + - - + + + valid in - valid in - - - - - - - Translation The result of rendering a work from one language to another + + - - administrative secretary HR job title + administrative secretary + Definition http://en.wikipedia.org/wiki/Job_title#Job_title. - - - A meeting for consultation or discussion. - - - core:Seminar and bibo:Conference are very similar. - Conference - 2010 International Congress on Autoimmunity; American Libraries Association 2009 - A meeting for consultation or discussion. - http://purl.org/ontology/bibo/ - stable - - + outreach provider role of - outreach provider role of + - research areas + - + Department + A distinct, usually ongoing and specialized unit within a large organization. - Department + Definition modified from the definition here: http://dictionary.reference.com/browse/department. It is difficult to tell the difference between and department and a division. - Legal (department within a company); Use for any non-academic department - - - preferredNamespaceUri - - + - - + + - - - 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. - A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc.. - http://purl.org/ontology/bibo/ - A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc. - - - stable - Report + + preferredNamespaceUri + - + - - An online article or commentary appearing on a blog Blog Posting - + An online article or commentary appearing on a blog + + A specific blog posting - - - - - - - - Collection - - A collection of Documents or Collections - Hill Ornithology Collection; Wiley Interscience Online Books Biochemisty Collection - Collection of information resources that have a unified identity. Archives, museums and libraries often acquire collections on specific subjects and from distinguished authors or researchers. Also includes collections of resources bundled into a license. - http://purl.org/ontology/bibo/ - Collection of information resources that have a unified identity - - stable - - - - - + + has sub grant + + + + + Private Company @@ -3652,59 +2475,32 @@ We would like the range of core:outcome to be the union of Event and Process; an Definition obtained here: http://answers.ask.com/Business/Finance/what_is_a_private_company. Examples of private companies found here: http://www.forbes.com/2008/11/03/largest-private-companies-biz-privates08-cx_sr_1103private_land.html - - The status of a document with respect to its publication. - submitted; accepted; in-press; published; invited; refereed. - The status of a document with respect to its publication. The statuses are represented as individuals of this class. Use the "show all individuals of this class" button on the class control panel to see the currently defined statuses. - The status of the publication of a document. - Document Status - - http://purl.org/ontology/bibo/ - stable - - - - - - - - has sub grant - - - - - - - - subject area for + + - - date/time interval + + - + selected publications - selected publications + + Academic Degree + B.A. Bachelor of Arts This list may have multiple abbreviations for some degrees. - Academic Degree + An academic degree at any level, both as reported by individuals for employment and as offered by academic degree programs. - - - - - - - + principal investigator on @@ -3714,177 +2510,100 @@ We would like the range of core:outcome to be the union of Event and Process; an - - From OCLC Input Standards, EntW - unstable - Enactments of legislative bodies, published in either statute or code form - - http://purl.org/ontology/bibo/ - Legislation - A legal document proposing or enacting a law or a group of laws. - - - + - - + + - + credentials - credentials + - - - - + + Reviewer Role + A role that encompasses both ongoing reviewer responsibility for a bibo:Collection, such as a Journal or Series, and also a review performed for a bibo:Document, such as a book, academic article or conference paper. + A role that encompasses both ongoing reviewer responsibility for a bibo:Collection, such as a Journal or Series, and also a review performed for a bibo:Document, such as a book, academic article or conference paper. + + - Minnesota; Michigan; Indiana; New York; Quebec; Manitoba; Ontario State Or Province + Minnesota; Michigan; Indiana; New York; Quebec; Manitoba; Ontario Source of the Short Definition: http://www.thefreedictionary.com/state. One of a number of areas or communities having their own governments and forming a federation under a sovereign government, as in the US. - - - A role that encompasses both ongoing reviewer responsibility for a bibo:Collection, such as a Journal or Series, and also a review performed for a bibo:Document, such as a book, academic article or conference paper. - A role that encompasses both ongoing reviewer responsibility for a bibo:Collection, such as a Journal or Series, and also a review performed for a bibo:Document, such as a book, academic article or conference paper. - - Reviewer Role - - is defined by - - - http://purl.org/ontology/bibo/ - - - stable - end page - Ending page number within a continuous page range. - + - + research activities - research activities + - position for person + + + + + + - + currently headed by - currently headed by - - - - - - - - - - - phonograph record; tape; CD; DVD; DAT - An audio document; aka record. - Audio Document - http://purl.org/ontology/bibo/ - stable - Recorded audio in any format + - - Librarian Emeritus A retired librarian who has retained their rank, title and privileges. - - - - A document containing an authoritative determination (as a decree or judgment) made after consideration of facts or law. - The written determination of a case, motion or claim by a court or tribunal - unstable - Decision - http://purl.org/ontology/bibo/ - - - - - + - + in event series - in event series + - - - - - - - - - - - - - - - - - Professor Emeritus + + A retired professor who has retained their rank, title and privileges. - - - - - - cites + + + + - + subcontracts grant - subcontracts grant - - - - film; video; Blu-ray - http://purl.org/ontology/bibo/ - Audiovisual recording in any format - - Audio-Visual Document - - stable - An audio-visual document; film, video, and so forth. + - Country + Afghanistan; Antigua and Barbuda; Cameroon; Iceland; Jamaica; Nigeria; United States of America Source of the Short Definition: http://www.thefreedictionary.com/country. This is also the same as geopolitical.owl:self_governing. @@ -3900,188 +2619,120 @@ We would like the range of core:outcome to be the union of Event and Process; an A location having coordinates in geographic space. - For individual, separate conferences, use conference instead. core:ConferenceSeries and core:SeminarSeries are very similar. + Conference Series An organized series of a meeting for consultation or discussion. - Conference Series - - - - - + For individual, separate conferences, use conference instead. core:ConferenceSeries and core:SeminarSeries are very similar. - - Speech Text of a speech written in preparation for delivery of the speech. + + - - Undergraduate Student A person registered in an undergraduate program leading to a bachelor's degree or an undergraduate diploma or certificate. - - - Examples shows a book has French language version. Public description source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . - - - stable - Relates a translated document to the original document. - http://purl.org/ontology/bibo/ - - translation of - - - - - - - - last name - - - - http://xmlns.com/foaf/spec/#term_lastName. Note from foaf: "The lastName property is provided (alongside firstName) as a mechanism to support legacy data that cannot be easily interpreted in terms of the (otherwise preferred) familyName and givenName properties. The concepts of 'first' and 'last' names do not work well across cultural and linguistic boundaries; however they are widely used in addressbooks and databases." - - - An excerpted collection of words - - stable - An excerpted collection of words. - http://purl.org/ontology/bibo/ - Quote - Short Definition from the bibo ontology + - - domestic geographic focus + + - - - performer - - - http://purl.org/ontology/bibo/ - stable - + + + + - A position involving academic work but without faculty status Non-Faculty Academic Position - + A position involving academic work but without faculty status + + Researcher; Academic Extension Associate; Postdoctoral Associate - Those positions are held by people who do academic work but do not have faculty positions in universities or institutes. - + - - - - - A defined class of organizations that fund Grants. - Funding Organization - - National Institute of Health (NIH) - - + + - - researcher role of + + - - - - + + Funding Organization + A defined class of organizations that fund Grants. + + National Institute of Health (NIH) + + - + has geographic location Currently being used by a restriction on organization. - has geographic location + - - date filed + + - - - - 1 - + Publisher Definition found here: http://dictionary.reference.com/browse/publisher A person or company whose business is the publishing of books, periodicals, engravings, computer software, etc. - Publisher + Elsevier; Harper & Row; Indiana University Press - - The example is one outreach role required by US space agency NASA, which is related with one project in NASA. Name of the outreach role should be put here. + Outreach Provider Role An outreach or community service role directed outside a person's primary profession and institution Communicating Astronomy to the Public - Outreach Provider Role + The example is one outreach role required by US space agency NASA, which is related with one project in NASA. Name of the outreach role should be put here. - + - - + + - - Methods in Molecular Biology - - - http://purl.org/ontology/bibo/ - A thematic collection of documents, usually books, issued at regular or irregular intervals - - A loose, thematic, collection of Documents, often Books. - Series - - stable + + link URI + + + - international geographic focus + - - - - - link URI - - + - - - - - - - + + Foundation @@ -4091,50 +2742,31 @@ We would like the range of core:outcome to be the union of Event and Process; an The Ford Foundation - + - - 1 - - - - http://purl.org/ontology/bibo/ - - - subsequentLegalDecision - Public description is from comments of this object property in bibo ontology located here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html - - A legal decision on appeal that takes action on a case (affirming it, reversing it, etc.). + + - A student organization is an organization, operated by students at a university, whose membership normally consists only of students. + Student Organization Dancin' Gators - Student Organization + A student organization is an organization, operated by students at a university, whose membership normally consists only of students. Definition take from here: http://en.wikipedia.org/wiki/Student_society - + editor role of + - editor role of - - - - CODEN became particularly common in the scientific community as a citation system for periodicals cited in technical- as well in chemistry-related publications and as a search tool in many bibliographic catalogues. -Definition and description came from Wikipedia here: http://en.wikipedia.org/wiki/CODEN - http://purl.org/ontology/bibo/ - An identifier of serials, still in use by libraries, but replaced by ISSN for any new work - stable - coden - - country + + Afghanistan; Antigua and Barbuda; Cameroon; Iceland; Jamaica; Nigeria; United States of America @@ -4145,152 +2777,138 @@ Definition and description came from Wikipedia here: http://en.wikipedia.org/wik - + + mailing address for + This is done with a restriction on agent. + + + + + offered by - offered by - - - This is done with a restriction on agent. - - mailing address for - - + awards grant - awards grant + - + - - + + - supported publications + an information resource (typically a publication) supported by (typically via funding) an agreement (such as a grant) - - Organizer Role A role of organizing + + + + + + + - + rooms - rooms + + URLLink The full URL. - - Uniform Resource Locator (URL) specifies where an identified resource is available and the mechanism for retrieving it. + http://info.slis.indiana.edu/~katy/ - URLLink - - - - - - - - - - Exhibit - The showing of an object or a collection of objects, in an organized manner. - - - - - + - - - - primary email + + Exhibit + The showing of an object or a collection of objects, in an organized manner. + + - - - - + + primary email + + - - County + Short Definition modified from the one found here: http://www.thefreedictionary.com/county. + Alachua; Baker; Bradford; Kenora; Ottawa; Waterloo The largest administrative division of most states or provinces. + + + + + - Certificate + A document confirming certain characteristics of a person or organization, usually provided by some form of external review, education, or assessment. A document confirming certain characteristics of a person or organization, usually provided by some form of external review, education, or assessment. - - - - - - - - - The electronic ISSN number of a periodical. - eissn stands for Electronic International Standard Serial Number. source: http://www.definition-of.com/EISSN - http://purl.org/ontology/bibo/ - stable - Electronic International Standard Serial Number (EISSN) - - + Scopus id Home page for Scopus: http://www.scopus.com/home.url - Scopus id + - - Short Definition from bibo ontology - http://purl.org/ontology/bibo/ - stable - A bill enacted into law - Statute - A bill enacted into law. - - + + + + + provides funding for + - - provides funding for - + - - + + + + + + + + + + + + associated role @@ -4299,140 +2917,72 @@ Definition and description came from Wikipedia here: http://en.wikipedia.org/wik - - - Proceedings - Short Definition copied from bibo ontology - - unstable - A compilation of documents published from an event, such as a conference. - http://purl.org/ontology/bibo/ - A compilation of documents published from an event, such as a conference - - publisher + Public Definition source (http://www.answers.com/topic/publisher). - - - Document Part - Short Definition from the bibo ontology - A distinct part of a larger document or collected document - - - - http://purl.org/ontology/bibo/ - a distinct part of a larger document or collected document. - unstable - - - + - - - - - - Book - - - - Short Definition copied from bibo ontology - - http://purl.org/ontology/bibo/ - - A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers. - - A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers - stable + + - + geographically within - geographically within + - - - - + + Research Laboratory + A laboratory that exists primarily to conduct research vs. to provide services + + - - An Institute normally has a research focus but may also fulfill instructional or outreach roles. Institute + An Institute normally has a research focus but may also fulfill instructional or outreach roles. + Institute for Fundamental Theory - + - - - - - - - Research Laboratory - A laboratory that exists primarily to conduct research vs. to provide services - - - - This class will display all the instances in the subclasses below it, as well as any organizations that were added as part of this generic class because there wasn't a specific class available. - Organization - Only use if no specific subclasses of foaf:organization desribe the organization. - A generic class encompassing several types of organizations. - - - - - - - - Ued to describe an organization related to bibliographic items such as a publishing company, etc. - - - - - + + - + An endeavor, frequently collaborative, that occurs over a finite period of time and is intended to achieve a particular aim. + An endeavor, frequently collaborative, that occurs over a finite period of time and is intended to achieve a particular aim. + Project - - + - - - - - - - - - - - - + + + + + + - - Postdoctoral Training Postdoctoral research is academic or scholarly research conducted by a person who has completed his or her doctoral studies, normally within the following five years. It is intended to further deepen expertise in a specialist subject. + + - + - - + + credential of @@ -4441,65 +2991,59 @@ Definition and description came from Wikipedia here: http://en.wikipedia.org/wik - - - - - - + currently head of - currently head of + + + + + + 2 + + + preferred display order + - - Postdoc A Person holding an academic employment appointment focused on research rather than teaching; temporary (or for some defined term) - - - - - + + - + seating capacity definition modified from: source (http://en.wikipedia.org/wiki/Seating_capacity). - seating capacity + 55 - + has equipment - has equipment + - + - - - - - - - + + - organizer of + - + sponsor award id Has a domain of Grant. There is not a strong reason have this be publically visible, since most users would care more about the name of the sponsoring agency than its identifier, but it does no harm to be public. @@ -4508,89 +3052,59 @@ See also core:localAwardId. - sponsor award id + - + - + + + + + + - - Conference Poster The digital file (or physical equivalent), if available after the conference, vs. the act of attending/presenting: use ConferencePresentation for information about date/time/location/name of the event where the poster was presented - - - - - number of pages - - - - - - - - - - - editor - - Definition from bibo: A person having managerial and sometimes policy-making responsibility for the editorial part of a publishing firm or of a newspaper, magazine, or other publication. + + - - A formal organization of people or organizations around a subject or practice. Association + A formal organization of people or organizations around a subject or practice. + Special Libraries Association; Association for Computing Machinery(ACM); American Medical Informatics Association(AMIA) + + + + + - An organized series of workshop events, whether repetitions of the same workshop or multiple different workshops. + Workshop Series Use workshop for individual events. - Workshop Series + An organized series of workshop events, whether repetitions of the same workshop or multiple different workshops. - + middle name or initial - middle name or initial - - - - - - - - - - + - - Postdoctoral Position A postdoctoral training appointment (job) + + - - - - is agent in - - - - + - - - - - - - + + advisee @@ -4599,31 +3113,15 @@ See also core:localAwardId. - - - Only use if no specific subclasses of event:Event are appropriate. - 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." - - - - - - - Something that happens at a given place and time. - - - - - Event + + + + - - - - - - position in organization + + + + degree candidacy @@ -4631,284 +3129,178 @@ The previous short definition was: "An arbitrary classification of a space/time - + + position in organization + + + + + + - - + + 1 + + + + + - - organization for training + + - - - - - - - - - - - - - - - - organizer role of + - + predecessor organization - predecessor organization + - - - - - - advisor + - term type + - + proceedings A possible working example: The conference proceeding of the SPIE was generated from the conference - International Society for Optical Engineering. - proceedings + - - - - - - - - - - - - photograph; diagram - stable - http://purl.org/ontology/bibo/ - A document that presents visual or diagrammatic information. - - Image - A visual representation such as a photograph or graph - - degree earned + - - - - - - - - - - - - - - - - - - - - - The name defining a special edition of a document. Normally its a literal value composed of a version number and words. - edition - stable - - http://purl.org/ontology/bibo/ - - - The award bestowed may be represented with the Award class. - - - Award or Honor Receipt + + + + + The award bestowed may be represented with the Award class. The bestowal of an award, honor, or distinction to a person or person's at a particular time. - member role of + - + - - + + - - Faculty Mentoring Relationship An advisory relationship in which one faculty member mentors another faculty member. - - - Short Definition from the bibo ontology - http://purl.org/ontology/bibo/ - Draft legislation presented for discussion to a legal body - - Draft legislation presented for discussion to a legal body. - stable - Bill + + + + + + - + member of - member of + - - - - - - - - - - - - - - - - - Co-Principal Investigator Role Role of co-principal investigator of an Agreement (for example, a grant), who devotes a specified percentage of time and is considered key personnel. + + - - license number + + - - - VIVO core + + + + + + + + + + + + + + + + - Professor, associate professor and assistant professor are common positions for academic faculty. - Professor; Associate Professor; Assistant Professor Faculty Position + Professor; Associate Professor; Assistant Professor + Professor, associate professor and assistant professor are common positions for academic faculty. Academic position in a university or institution - - + + - - - date/time - - - - - - - - - - - - - - stable + - http://purl.org/ontology/bibo/ - http://en.wikipedia.org/wiki/Global_Trade_Item_Number. - gtin14 - Global Trade Item Number 14 + - - + Advising Relationship + A dual relationship of one person being advised or mentored by another person, typically including start and end dates - Advising Relationship + - entry term - - - - - - - - - - - - - - paraphrased editorial note from the bibo ontology: We are not defining, using an enumeration, the range of the bibo:status to be a defined list of bibo:DocumentStatus. This is because we want people to be able to define new statuses if needed; and creating such an enumeration would prevent this. - status - - - - - - - - - - - - + - A list of items in a collection; an ordered compilation of item descriptions and sufficient information to afford access to them Catalog + A list of items in a collection; an ordered compilation of item descriptions and sufficient information to afford access to them + NLM Catalog Short Definition is the Medical Subject Heading (MeSH) definition - - + diff --git a/ontology/public/vivo-dcelements-public-1.5.owl b/ontology/public/vivo-dcelements-public-1.5.owl new file mode 100644 index 00000000..5162a7a0 --- /dev/null +++ b/ontology/public/vivo-dcelements-public-1.5.owl @@ -0,0 +1,25 @@ + + + isVersionOf + + This namespace - http://purl.org/dc/elements/1.1/ - does not appear to have this element. + + diff --git a/ontology/public/vivo-dcterms-public-1.5.owl b/ontology/public/vivo-dcterms-public-1.5.owl new file mode 100644 index 00000000..99f0ddb3 --- /dev/null +++ b/ontology/public/vivo-dcterms-public-1.5.owl @@ -0,0 +1,58 @@ + + + + contributor + Used to link a bibliographic item to one of its contributor: can be an author, an editor, a publisher, etc. + + + relation + + This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration. + + + + + + This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration. + + isReferencedBy + Used to relate a reference citation to a bibliographic resource. + + + This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration. + + Document1 isVersionOf Document2 + isVersionOf + + + + + + Public definition source: http://dublincore.org/2008/01/14/dcterms.rdf# . +Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity. + publisher + Used to link a bibliographic item to its publisher. + + + + + + diff --git a/ontology/public/vivo-event-public-1.5.owl b/ontology/public/vivo-event-public-1.5.owl new file mode 100644 index 00000000..0131275e --- /dev/null +++ b/ontology/public/vivo-event-public-1.5.owl @@ -0,0 +1,115 @@ + + + + + + + + + + + Only use if no specific subclasses of event:Event are appropriate. + + + + 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." + + Something that happens at a given place and time. + + + + Event + + + + + + + + + + + + + + + + + produced in + + + + + + + + + + + product + + + + + + + + agent + + + + + + + + + + + + + + is agent in + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ontology/public/vivo-foaf-public-1.5.owl b/ontology/public/vivo-foaf-public-1.5.owl new file mode 100644 index 00000000..e34563ef --- /dev/null +++ b/ontology/public/vivo-foaf-public-1.5.owl @@ -0,0 +1,211 @@ + + + + + Agents are things that do stuff + + see: http://xmlns.com/foaf/spec/#term_Agent + + + + Agent + + + Used to describe any "agent" related to bibliographic items. Such agents can be persons, organizations or groups of any kind. + + + + + + + + + + + + + Used to link an agent, related to bibliographic things, to a place where it is based near: can be a city, a monument, a building, etc. + Definition take from: http://xmlns.com/foaf/spec/#term_based_near . foaf indicates that the status of this term is "unstable". "The based_near relationship relates two "spatial things" (anything that can be somewhere), the latter typically described using the geo:lat / geo:long geo-positioning vocabulary (http://www.w3.org/2003/01/geo/wgs84_pos#). This allows us to say describe the typical latitute and longitude of, say, a Person (people are spatial things - they can be places) without implying that a precise location has been given." + based_near + + + + + + + + + + + + + + Person + The most general classification of a person + + + + + + + + + + + + + + + + + + + This class will display all the instances in the subclasses below it, as well as any organizations that were added as part of this generic class because there wasn't a specific class available. + Organization + Only use if no specific subclasses of foaf:organization desribe the organization. + A generic class encompassing several types of organizations. + + + + + + + + Ued to describe an organization related to bibliographic items such as a publishing company, etc. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + first name + + http://xmlns.com/foaf/spec/#term_firstName. Note from foaf: "The lastName property is provided (alongside firstName) as a mechanism to support legacy data that cannot be easily interpreted in terms of the (otherwise preferred) familyName and givenName properties. The concepts of 'first' and 'last' names do not work well across cultural and linguistic boundaries; however they are widely used in addressbooks and databases." + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A document that is an image (definition from foaf) + + Digital images (such as JPEG, PNG, GIF bitmaps, SVG diagrams etc.) + Image + + + http://xmlns.com/foaf/spec/#term_lastName. Note from foaf: "The lastName property is provided (alongside firstName) as a mechanism to support legacy data that cannot be easily interpreted in terms of the (otherwise preferred) familyName and givenName properties. The concepts of 'first' and 'last' names do not work well across cultural and linguistic boundaries; however they are widely used in addressbooks and databases." + + + + last name + + + + Group + + A group can also be an organization but need not be; typically used for looser associations of people or organizations acting together in some fashion, not necessarily through formal agreement or on a long-term basis. Added to the VIVO ontology to be able to support informal and perhaps even private groups of people around an idea, funding opportunity, or event. + +see: http://xmlns.com/foaf/spec/#term_Group + A collection of individual agents (and may itself play the role of a Agent, ie. something that can perform actions). + + + + + + + + diff --git a/ontology/public/vivo-pws-public-1.5.owl b/ontology/public/vivo-pws-public-1.5.owl new file mode 100644 index 00000000..c21d6e9a --- /dev/null +++ b/ontology/public/vivo-pws-public-1.5.owl @@ -0,0 +1,41 @@ + + + + author as listed + + + + + + + listed author for + + + + + + For data ingest from authoritative sources to record the actual way a person was listed, as potentially valuable information for provenance and person disambiguation. Represents one person's information from one source at one particular time. + + + Person As Listed + For data ingest from authoritative sources to record the actual way a person was listed, as potentially valuable information for provenance and person disambiguation. + + diff --git a/ontology/public/vivo-skos-public-1.5.owl b/ontology/public/vivo-skos-public-1.5.owl new file mode 100644 index 00000000..2d3cb03f --- /dev/null +++ b/ontology/public/vivo-skos-public-1.5.owl @@ -0,0 +1,48 @@ + + + + + Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy . + narrower term + + + + + + + + + related + + + + Concept + An idea or notion; a unit of thought. + + + + broader term + + + Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy . + + +