Changes

Library Ontology Concepts

1,961 bytes removed, 11:55, 3 April 2013
Moved to GitHub
This page collects some concepts (classes and properties) of the [[Library Ontology]]. To refer has been moved to other ontolgies the following namespace prefixes are defined (all in [httphttps://engist.wikipediagithub.orgcom/wikinichtich/Turtle_(syntax) Turtle syntax]): <pre>5300505# RDF basics@prefix rdf: <http://www.w3.org/1999/02/22library-rdfconcepts-syntax-ns#> .@prefix rdfs: <httpmd together with the page [[Library Ontology]] which has been moved to https://wwwgist.w3github.orgcom/2000nichtich/01/rdf-schema5300505#> .@prefix owl: <http://www.w3.org/2002/07/owl#> .@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .@prefix ns: <http://www.w3.org/2003/06/swfile-vocablibrary-status/ns#> . # Other Ontologies@prefix dct: <http://purl.org/dc/terms/> .@prefix dc: <http://purl.org/dc/elements/1.1/> .@prefix foaf: <http://xmlns.com/foaf/0.1/> .@prefix event: <http://purl.org/NET/c4dm/event.owl#> .@prefix skos: <http://www.w3.org/2008/05/skos#> .@prefix bibo: <http://purl.org/ontology/bibo/> .@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .@prefix frbr: <http://purl.org/vocab/frbr/core#> .@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .@prefix address: <http://schemas.talis.com/2005/address/schema#> .@prefix mods: <http://www.loc.gov/mods/v3> . # experimental - MODS is not RDF but parts of it can be used</pre> == Classes ===== Library ===A library can be a collection, an organization, or a placemd<pre>:Library rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Class ; owl:unionOf ( bibo:Collection foaf:Organization geo:SpatialThing ) ] . :LibraryBuilding rdf:type owl:Class ; rdfs:subClassOf :Library , geo:SpatialThing ; owl:intersectionOf ( :Library , geo:SpatialThing ) . :LibraryOrganization rdf:type owl:Class ; rdfs:subClassOf :Library , foaf:Organization ; owl:intersectionOf ( :Library , foaf:Organization ) . :LibraryCollection rdf:type owl:Class ; rdfs:subClassOf :Library , bibo:Collection . owl:intersectionOf ( :Library , bibo:Collection ) .</pre> == Services ==See DAIA (no final RDF yet, but [http://www.gbv.de/wikis/cls/DAIA_Format/RDF some notes]) == Other concepts ==holding, store, stack, loan... == Properties == === Identifiers ===<pre>:isil rdf:type owl:DatatypeProperty ; rdfs:subClassOf dct:identifier .</pre>
37
edits