Skip to content

Instantly share code, notes, and snippets.

@danbri
Created June 8, 2011 20:03
Show Gist options
  • Save danbri/1015256 to your computer and use it in GitHub Desktop.
Save danbri/1015256 to your computer and use it in GitHub Desktop.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
select ?t ?l where {
{ ?t a rdf:Property . }
UNION
{ ?t a owl:Property . }
UNION
{ ?t a owl:DatatypeProperty . }
UNION
{ ?t a owl:ObjectProperty . }
UNION
{ ?t a owl:Class . }
UNION
{ ?t a rdfs:Class . }
OPTIONAL { ?t rdfs:label ?l }
FILTER isURI(?t) .
}
+--------------------------------------------------------------------+--------------------------------------+
| t | l |
+--------------------------------------------------------------------+--------------------------------------+
| <http://purl.org/ontology/bibo/shortDescription> | |
| <http://purl.org/ontology/bibo/isbn13> | |
| <http://purl.org/ontology/bibo/pmid> | |
| <http://purl.org/ontology/bibo/isbn> | |
| <http://purl.org/ontology/bibo/issn> | |
| <http://schemas.talis.com/2005/address/schema#localityName> | |
| <http://purl.org/ontology/bibo/gtin14> | |
| <http://prismstandard.org/namespaces/1.2/basic/edition> | |
| <http://prismstandard.org/namespaces/1.2/basic/doi> | |
| <http://purl.org/ontology/bibo/volume> | "volume"@en |
| <http://prismstandard.org/namespaces/1.2/basic/volume> | |
| <http://purl.org/ontology/bibo/argued> | "date argued"@en |
| <http://purl.org/ontology/bibo/edition> | "edition"@en |
| <http://purl.org/ontology/bibo/pages> | "pages"@en |
| <http://purl.org/dc/terms/date> | |
| <http://purl.org/ontology/bibo/upc> | |
| <http://purl.org/ontology/bibo/oclcnum> | |
| <http://purl.org/ontology/bibo/suffixName> | "suffix name"@en |
| <http://purl.org/ontology/bibo/number> | "number"@en |
| <http://purl.org/ontology/bibo/numVolumes> | "number of volumes"@en |
| <http://prismstandard.org/namespaces/1.2/basic/isbn> | |
| <http://purl.org/ontology/bibo/coden> | |
| <http://prismstandard.org/namespaces/1.2/basic/issn> | |
| <http://purl.org/ontology/bibo/asin> | |
| <http://purl.org/ontology/bibo/pageEnd> | "page end"@en |
| <http://purl.org/ontology/bibo/shortTitle> | "short title"@en |
| <http://prismstandard.org/namespaces/1.2/basic/number> | |
| <http://prismstandard.org/namespaces/1.2/basic/endingPage> | |
| <http://purl.org/ontology/bibo/issue> | "issue"@en |
| <http://purl.org/ontology/bibo/identifier> | |
| <http://xmlns.com/foaf/0.1/givenname> | |
| <http://purl.org/dc/terms/description> | |
| <http://purl.org/ontology/bibo/numPages> | "number of pages"@en |
| <http://purl.org/ontology/bibo/content> | "content"@en |
| <http://purl.org/ontology/bibo/abstract> | "abstract" |
| <http://purl.org/ontology/bibo/pageStart> | "page start"@en |
| <http://prismstandard.org/namespaces/1.2/basic/volumestartingPage> | |
| <http://purl.org/ontology/bibo/section> | "section"@en |
| <http://purl.org/ontology/bibo/chapter> | "chapter"@en |
| <http://purl.org/ontology/bibo/eissn> | |
| <http://purl.org/ontology/bibo/isbn10> | |
| <http://purl.org/dc/terms/issued> | |
| <http://xmlns.com/foaf/0.1/family_name> | |
| <http://prismstandard.org/namespaces/1.2/basic/eIssn> | |
| <http://purl.org/ontology/bibo/locator> | "locator"@en |
| <http://purl.org/ontology/bibo/uri> | "uri"@en |
| <http://purl.org/ontology/bibo/sici> | |
| <http://purl.org/ontology/bibo/prefixName> | "prefix name"@en |
| <http://xmlns.com/foaf/0.1/name> | |
| <http://purl.org/ontology/bibo/lccn> | |
| <http://purl.org/ontology/bibo/eanucc13> | |
| <http://purl.org/dc/terms/created> | |
| <http://purl.org/ontology/bibo/handle> | |
| <http://purl.org/ontology/bibo/doi> | |
| <http://purl.org/dc/terms/publisher> | |
| <http://purl.org/ontology/bibo/transcriptOf> | "transcript of"@en |
| <http://purl.org/ontology/bibo/status> | "status"@en |
| <http://purl.org/ontology/bibo/cites> | "cites"@en |
| <http://purl.org/ontology/bibo/translationOf> | "translation of"@en |
| <http://purl.org/ontology/bibo/recipient> | "recipient" |
| <http://purl.org/ontology/bibo/court> | "court"@en |
| <http://purl.org/dc/terms/language> | |
| <http://purl.org/NET/c4dm/event.owl#time> | |
| <http://purl.org/dc/terms/isPartOf> | |
| <http://purl.org/ontology/bibo/owner> | "owner"@en |
| <http://purl.org/NET/c4dm/event.owl#place> | |
| <http://purl.org/ontology/bibo/producer> | "producer"@en |
| <http://purl.org/dc/terms/hasPart> | |
| <http://purl.org/ontology/bibo/interviewer> | "interviewer" |
| <http://xmlns.com/foaf/0.1/depiction> | |
| <http://purl.org/ontology/bibo/editor> | "editor" |
| <http://purl.org/NET/c4dm/event.owl#produced_in> | |
| <http://xmlns.com/foaf/0.1/based_near> | |
| <http://purl.org/ontology/bibo/subsequentLegalDecision> | |
| <http://purl.org/ontology/bibo/presentedAt> | "presented at"@en |
| <http://purl.org/ontology/bibo/reversedBy> | |
| <http://purl.org/NET/c4dm/event.owl#sub_event> | |
| <http://xmlns.com/foaf/0.1/homepage> | |
| <http://purl.org/ontology/bibo/organizer> | "organizer"@en |
| <http://purl.org/ontology/bibo/annotates> | "annotates"@en |
| <http://purl.org/ontology/bibo/reviewOf> | "review of"@en |
| <http://purl.org/ontology/bibo/presents> | "presented at"@en |
| <http://purl.org/ontology/bibo/distributor> | "distributor"@en |
| <http://purl.org/ontology/bibo/reproducedIn> | |
| <http://purl.org/dc/terms/rights> | |
| <http://purl.org/ontology/bibo/performer> | "performer" |
| <http://purl.org/ontology/bibo/translator> | "translator" |
| <http://purl.org/ontology/bibo/degree> | "status"@en |
| <http://purl.org/ontology/bibo/issuer> | "issuer" |
| <http://purl.org/dc/terms/isReferencedBy> | |
| <http://purl.org/ontology/bibo/editorList> | "list of editors"@en |
| <http://purl.org/ontology/bibo/authorList> | "list of authors"@en |
| <http://purl.org/dc/terms/title> | |
| <http://purl.org/dc/terms/contributor> | |
| <http://purl.org/ontology/bibo/citedBy> | "cited by"@en |
| <http://purl.org/dc/terms/format> | |
| <http://purl.org/dc/terms/isVersionOf> | |
| <http://purl.org/dc/terms/subject> | |
| <http://purl.org/ontology/bibo/contributorList> | "list of contributors"@en |
| <http://purl.org/NET/c4dm/event.owl#product> | |
| <http://purl.org/ontology/bibo/interviewee> | "interviewee" |
| <http://purl.org/NET/c4dm/event.owl#agent> | |
| <http://purl.org/ontology/bibo/director> | "director" |
| <http://purl.org/ontology/bibo/affirmedBy> | |
| <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> | |
| <http://purl.org/dc/terms/relation> | |
| <http://purl.org/ontology/bibo/Patent> | "Patent"@en |
| <http://purl.org/ontology/bibo/PersonalCommunicationDocument> | "Personal Communication Document"@en |
| <http://www.w3.org/2000/01/rdf-schema#Resource> | |
| <http://purl.org/ontology/bibo/Workshop> | "Workshop"@en |
| <http://purl.org/ontology/bibo/Interview> | "Interview"@en |
| <http://purl.org/ontology/bibo/Thesis> | "Thesis"@en |
| <http://purl.org/NET/c4dm/event.owl#Event> | |
| <http://purl.org/ontology/bibo/EditedBook> | "Edited Book"@en |
| <http://purl.org/ontology/bibo/LegalDocument> | "Legal Document"@en |
| <http://purl.org/ontology/bibo/AcademicArticle> | "Academic Article"@en |
| <http://purl.org/ontology/bibo/Note> | "Note"@en |
| <http://purl.org/ontology/bibo/DocumentPart> | "document part"@en |
| <http://purl.org/ontology/bibo/Series> | "Series"@en |
| <http://purl.org/ontology/bibo/Periodical> | "Periodical"@en |
| <http://xmlns.com/foaf/0.1/Person> | |
| <http://purl.org/ontology/bibo/PersonalCommunication> | "Personal Communication"@en |
| <http://purl.org/ontology/bibo/AudioDocument> | "audio document"@en |
| <http://purl.org/ontology/bibo/Newspaper> | "Newspaper"@en |
| <http://purl.org/ontology/bibo/LegalDecision> | "Decision"@en |
| <http://purl.org/ontology/bibo/Issue> | "Issue"@en |
| <http://purl.org/ontology/bibo/Performance> | "Performance"@en |
| <http://purl.org/ontology/bibo/MultiVolumeBook> | "Series"@en |
| <http://purl.org/ontology/bibo/Webpage> | "Webpage"@en |
| <http://purl.org/ontology/bibo/Brief> | "Brief"@en |
| <http://purl.org/ontology/bibo/Website> | "Website"@en |
| <http://xmlns.com/foaf/0.1/Image> | |
| <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> | |
| <http://purl.org/ontology/bibo/Quote> | "Quote"@en |
| <http://purl.org/ontology/bibo/Film> | "Film"@en |
| <http://purl.org/ontology/bibo/AudioVisualDocument> | "audio-visual document"@en |
| <http://purl.org/ontology/bibo/CollectedDocument> | "Collected Document"@en |
| <http://purl.org/ontology/bibo/Document> | "Document"@en |
| <http://purl.org/ontology/bibo/Manual> | "Manual"@en |
| <http://purl.org/ontology/bibo/Slide> | "Slide"@en |
| <http://purl.org/ontology/bibo/Bill> | "Bill"@en |
| <http://purl.org/ontology/bibo/DocumentStatus> | "Document Status"@en |
| <http://purl.org/ontology/bibo/Hearing> | "Hearing"@en |
| <http://purl.org/ontology/bibo/Manuscript> | "Manuscript"@en |
| <http://purl.org/ontology/bibo/Journal> | "Journal"@en |
| <http://purl.org/ontology/bibo/Slideshow> | "Slideshow"@en |
| <http://purl.org/ontology/bibo/Statute> | "Statute"@en |
| <http://purl.org/ontology/bibo/Report> | "Report"@en |
| <http://purl.org/ontology/bibo/Article> | "Article"@en |
| <http://purl.org/ontology/bibo/ReferenceSource> | "Reference Source"@en |
| <http://purl.org/ontology/bibo/ThesisDegree> | "Thesis degree"@en |
| <http://purl.org/ontology/bibo/Magazine> | "Magazine"@en |
| <http://purl.org/ontology/bibo/Collection> | "Collection"@en |
| <http://purl.org/ontology/bibo/Conference> | "Conference"@en |
| <http://purl.org/ontology/bibo/Email> | "EMail"@en |
| <http://purl.org/ontology/bibo/Excerpt> | "Excerpt"@en |
| <http://purl.org/ontology/bibo/Book> | "Book"@en |
| <http://purl.org/ontology/bibo/Standard> | "Standard"@en |
| <http://purl.org/ontology/bibo/Proceedings> | "Proceedings"@en |
| <http://purl.org/ontology/bibo/Image> | "Image"@en |
| <http://purl.org/ontology/bibo/Chapter> | "Chapter"@en |
| <http://purl.org/ontology/bibo/LegalCaseDocument> | "Legal Case Document"@en |
| <http://xmlns.com/foaf/0.1/Organization> | |
| <http://purl.org/ontology/bibo/BookSection> | "Book Section"@en |
| <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> | |
| <http://xmlns.com/foaf/0.1/Agent> | |
| <http://www.w3.org/2002/07/owl#Thing> | |
| <http://purl.org/ontology/bibo/Code> | "Code"@en |
| <http://purl.org/ontology/bibo/Letter> | "Letter"@en |
| <http://purl.org/ontology/bibo/CourtReporter> | "Court Reporter"@en |
| <http://purl.org/dc/terms/Agent> | |
| <http://xmlns.com/foaf/0.1/Document> | |
| <http://purl.org/ontology/bibo/Legislation> | "Legislation"@en |
| <http://purl.org/ontology/bibo/Event> | |
| <http://purl.org/ontology/bibo/Map> | "Map"@en |
+--------------------------------------------------------------------+--------------------------------------+
+-----------------------------------------------------------+----------------------------------+
| t | l |
+-----------------------------------------------------------+----------------------------------+
| <http://purl.org/vocab/bio/0.1/principal> | "Principal"@en |
| <http://purl.org/vocab/bio/0.1/immediatelyFollowingEvent> | "Immediately Following Event"@en |
| <http://purl.org/vocab/bio/0.1/immediatelyPrecedingEvent> | "Immediately Preceding Event"@en |
| <http://purl.org/vocab/bio/0.1/concludingEvent> | "Concluding Event"@en |
| <http://purl.org/vocab/bio/0.1/officiator> | "Officiator"@en |
| <http://purl.org/vocab/bio/0.1/olb> | "One-line bio"@en |
| <http://purl.org/vocab/bio/0.1/state> | "State"@en |
| <http://purl.org/vocab/bio/0.1/employer> | "Employer"@en |
| <http://purl.org/vocab/bio/0.1/parent> | "Parent"@en |
| <http://purl.org/vocab/bio/0.1/mother> | "Mother"@en |
| <http://purl.org/vocab/bio/0.1/keywords> | "Key Words"@en |
| <http://purl.org/vocab/bio/0.1/eventInterval> | "Event Interval"@en |
| <http://purl.org/vocab/bio/0.1/organization> | "Organization"@en |
| <http://purl.org/vocab/bio/0.1/father> | "Father"@en |
| <http://purl.org/vocab/bio/0.1/biography> | "Biography"@en |
| <http://purl.org/vocab/bio/0.1/child> | "Child"@en |
| <http://purl.org/vocab/bio/0.1/place> | "Place"@en |
| <http://purl.org/vocab/bio/0.1/witness> | "Witness"@en |
| <http://purl.org/vocab/bio/0.1/spectator> | "Spectator"@en |
| <http://purl.org/vocab/bio/0.1/position> | "Position"@en |
| <http://purl.org/vocab/bio/0.1/followingEvent> | "Following Event"@en |
| <http://purl.org/vocab/bio/0.1/initiatingEvent> | "Initiating Event"@en |
| <http://purl.org/vocab/bio/0.1/date> | "Date"@en |
| <http://purl.org/vocab/bio/0.1/precedingEvent> | "Preceding Event"@en |
| <http://purl.org/vocab/bio/0.1/concurrentEvent> | "Concurrent Event"@en |
| <http://purl.org/vocab/bio/0.1/partner> | "Partner"@en |
| <http://purl.org/vocab/bio/0.1/agent> | "Agent"@en |
| <http://purl.org/vocab/bio/0.1/event> | "Life Event"@en |
| <http://purl.org/vocab/bio/0.1/olb> | "One-line bio"@en |
| <http://purl.org/vocab/bio/0.1/keywords> | "Key Words"@en |
| <http://purl.org/vocab/bio/0.1/principal> | "Principal"@en |
| <http://purl.org/vocab/bio/0.1/immediatelyFollowingEvent> | "Immediately Following Event"@en |
| <http://purl.org/vocab/bio/0.1/immediatelyPrecedingEvent> | "Immediately Preceding Event"@en |
| <http://purl.org/vocab/bio/0.1/concludingEvent> | "Concluding Event"@en |
| <http://purl.org/vocab/bio/0.1/officiator> | "Officiator"@en |
| <http://purl.org/vocab/bio/0.1/state> | "State"@en |
| <http://purl.org/vocab/bio/0.1/employer> | "Employer"@en |
| <http://purl.org/vocab/bio/0.1/parent> | "Parent"@en |
| <http://purl.org/vocab/bio/0.1/mother> | "Mother"@en |
| <http://purl.org/vocab/bio/0.1/eventInterval> | "Event Interval"@en |
| <http://purl.org/vocab/bio/0.1/organization> | "Organization"@en |
| <http://purl.org/vocab/bio/0.1/father> | "Father"@en |
| <http://purl.org/vocab/bio/0.1/child> | "Child"@en |
| <http://purl.org/vocab/bio/0.1/witness> | "Witness"@en |
| <http://purl.org/vocab/bio/0.1/spectator> | "Spectator"@en |
| <http://purl.org/vocab/bio/0.1/position> | "Position"@en |
| <http://purl.org/vocab/bio/0.1/followingEvent> | "Following Event"@en |
| <http://purl.org/vocab/bio/0.1/initiatingEvent> | "Initiating Event"@en |
| <http://purl.org/vocab/bio/0.1/precedingEvent> | "Preceding Event"@en |
| <http://purl.org/vocab/bio/0.1/concurrentEvent> | "Concurrent Event"@en |
| <http://purl.org/vocab/bio/0.1/partner> | "Partner"@en |
| <http://purl.org/vocab/bio/0.1/agent> | "Agent"@en |
| <http://purl.org/vocab/bio/0.1/event> | "Life Event"@en |
| <http://purl.org/vocab/bio/0.1/Promotion> | "Promotion"@en |
| <http://purl.org/vocab/bio/0.1/Employment> | "Employment"@en |
| <http://purl.org/vocab/bio/0.1/Resignation> | "Resignation"@en |
| <http://purl.org/vocab/bio/0.1/Execution> | "Execution"@en |
| <http://purl.org/vocab/bio/0.1/Murder> | "Murder"@en |
| <http://purl.org/vocab/bio/0.1/Adoption> | "Adoption"@en |
| <http://purl.org/vocab/bio/0.1/Graduation> | "Graduation"@en |
| <http://purl.org/vocab/bio/0.1/Retirement> | "Retirement"@en |
| <http://purl.org/vocab/bio/0.1/PositionChange> | "Change of Position"@en |
| <http://purl.org/vocab/bio/0.1/Inauguration> | "Inauguration"@en |
| <http://xmlns.com/foaf/0.1/Person> | |
| <http://purl.org/vocab/bio/0.1/Dismissal> | "Dismissal"@en |
| <http://purl.org/vocab/bio/0.1/Accession> | "Accession"@en |
| <http://purl.org/vocab/bio/0.1/Assassination> | "Assassination"@en |
| <http://purl.org/vocab/bio/0.1/Marriage> | "Marriage"@en |
| <http://purl.org/vocab/bio/0.1/Divorce> | "Divorce"@en |
| <http://purl.org/vocab/bio/0.1/Ordination> | "Ordination"@en |
| <http://purl.org/vocab/bio/0.1/Funeral> | "Funeral"@en |
| <http://purl.org/vocab/bio/0.1/Imprisonment> | "Imprisonment"@en |
| <http://purl.org/vocab/bio/0.1/BasMitzvah> | "BasMitzvah"@en |
| <http://purl.org/vocab/bio/0.1/Event> | "Event"@en |
| <http://purl.org/vocab/bio/0.1/Emigration> | "Emigration"@en |
| <http://purl.org/vocab/bio/0.1/Burial> | "Burial"@en |
| <http://purl.org/vocab/bio/0.1/Investiture> | "Investiture"@en |
| <http://purl.org/vocab/bio/0.1/Enrolment> | "Enrolment"@en |
| <http://purl.org/vocab/bio/0.1/Baptism> | "Baptism"@en |
| <http://purl.org/vocab/bio/0.1/Demotion> | "Demotion"@en |
| <http://purl.org/vocab/bio/0.1/Redundancy> | "Redundancy"@en |
| <http://purl.org/vocab/bio/0.1/IndividualEvent> | "Individual Event"@en |
| <http://purl.org/vocab/bio/0.1/Coronation> | "Coronation"@en |
| <http://purl.org/vocab/bio/0.1/Birth> | "Birth"@en |
| <http://purl.org/vocab/bio/0.1/BarMitzvah> | "BarMitzvah"@en |
| <http://purl.org/vocab/bio/0.1/Death> | "Death"@en |
| <http://purl.org/vocab/bio/0.1/Naturalization> | "Naturalization"@en |
| <http://purl.org/vocab/bio/0.1/GroupEvent> | "Group Event"@en |
| <http://purl.org/vocab/bio/0.1/NameChange> | "Change of Name"@en |
| <http://purl.org/vocab/bio/0.1/Interval> | "Interval"@en |
| <http://purl.org/vocab/bio/0.1/Annulment> | "Annulment"@en |
| <http://purl.org/vocab/bio/0.1/Cremation> | "Cremation"@en |
+-----------------------------------------------------------+----------------------------------+
+-------------------------------------------------+------------------------------+
| t | l |
+-------------------------------------------------+------------------------------+
| <http://creativecommons.org/ns#jurisdiction> | "jurisdiction"@en-us |
| <http://creativecommons.org/ns#prohibits> | "prohibits"@en-us |
| <http://creativecommons.org/ns#useGuidelines> | |
| <http://creativecommons.org/ns#deprecatedOn> | "deprecated\n\t\t on"@en-us |
| <http://creativecommons.org/ns#morePermissions> | |
| <http://creativecommons.org/ns#requires> | "requires"@en-us |
| <http://creativecommons.org/ns#permits> | "permits"@en-us |
| <http://creativecommons.org/ns#attributionURL> | |
| <http://creativecommons.org/ns#attributionName> | |
| <http://creativecommons.org/ns#license> | "has\n\t\t license"@en-us |
| <http://creativecommons.org/ns#legalcode> | |
| <http://creativecommons.org/ns#Requirement> | "Requirement"@en-us |
| <http://creativecommons.org/ns#Jurisdiction> | "Jurisdiction"@en-us |
| <http://creativecommons.org/ns#Prohibition> | "Prohibition"@en-us |
| <http://creativecommons.org/ns#Permission> | "Permission"@en-us |
| <http://creativecommons.org/ns#License> | "License"@en-us |
| <http://creativecommons.org/ns#Work> | "Work"@en-us |
+-------------------------------------------------+------------------------------+
+---------------------------------------------------------+-------------------------------------------+
| t | l |
+---------------------------------------------------------+-------------------------------------------+
| <http://purl.org/dc/terms/spatial> | "Spatial Coverage"@en-us |
| <http://purl.org/dc/terms/publisher> | "Publisher"@en-us |
| <http://purl.org/dc/terms/license> | "License"@en-us |
| <http://purl.org/dc/terms/tableOfContents> | "Table Of Contents"@en-us |
| <http://purl.org/dc/terms/accrualMethod> | "Accrual Method"@en-us |
| <http://purl.org/dc/terms/language> | "Language"@en-us |
| <http://purl.org/dc/terms/isPartOf> | "Is Part Of"@en-us |
| <http://purl.org/dc/terms/conformsTo> | "Conforms To"@en-us |
| <http://purl.org/dc/terms/hasFormat> | "Has Format"@en-us |
| <http://purl.org/dc/terms/hasVersion> | "Has Version"@en-us |
| <http://purl.org/dc/terms/identifier> | "Identifier"@en-us |
| <http://purl.org/dc/terms/mediator> | "Mediator"@en-us |
| <http://purl.org/dc/terms/modified> | "Date Modified"@en-us |
| <http://purl.org/dc/terms/hasPart> | "Has Part"@en-us |
| <http://purl.org/dc/terms/medium> | "Medium"@en-us |
| <http://purl.org/dc/terms/available> | "Date Available"@en-us |
| <http://purl.org/dc/terms/alternative> | "Alternative Title"@en-us |
| <http://purl.org/dc/terms/references> | "References"@en-us |
| <http://purl.org/dc/terms/date> | "Date"@en-us |
| <http://purl.org/dc/terms/accrualPolicy> | "Accrual Policy"@en-us |
| <http://purl.org/dc/terms/educationLevel> | "Audience Education Level"@en-us |
| <http://purl.org/dc/terms/isRequiredBy> | "Is Required By"@en-us |
| <http://purl.org/dc/terms/coverage> | "Coverage"@en-us |
| <http://purl.org/dc/terms/source> | "Source"@en-us |
| <http://purl.org/dc/terms/audience> | "Audience"@en-us |
| <http://purl.org/dc/terms/rightsHolder> | "Rights Holder"@en-us |
| <http://purl.org/dc/terms/provenance> | "Provenance"@en-us |
| <http://purl.org/dc/terms/requires> | "Requires"@en-us |
| <http://purl.org/dc/terms/dateAccepted> | "Date Accepted"@en-us |
| <http://purl.org/dc/terms/instructionalMethod> | "Instructional Method"@en-us |
| <http://purl.org/dc/terms/description> | "Description"@en-us |
| <http://purl.org/dc/terms/abstract> | "Abstract"@en-us |
| <http://purl.org/dc/terms/isFormatOf> | "Is Format Of"@en-us |
| <http://purl.org/dc/terms/valid> | "Date Valid"@en-us |
| <http://purl.org/dc/terms/type> | "Type"@en-us |
| <http://purl.org/dc/terms/bibliographicCitation> | "Bibliographic Citation"@en-us |
| <http://purl.org/dc/terms/rights> | "Rights"@en-us |
| <http://purl.org/dc/terms/accrualPeriodicity> | "Accrual Periodicity"@en-us |
| <http://purl.org/dc/terms/issued> | "Date Issued"@en-us |
| <http://purl.org/dc/terms/creator> | "Creator"@en-us |
| <http://purl.org/dc/terms/isReferencedBy> | "Is Referenced By"@en-us |
| <http://purl.org/dc/terms/dateSubmitted> | "Date Submitted"@en-us |
| <http://purl.org/dc/terms/extent> | "Extent"@en-us |
| <http://purl.org/dc/terms/temporal> | "Temporal Coverage"@en-us |
| <http://purl.org/dc/terms/title> | "Title"@en-us |
| <http://purl.org/dc/terms/contributor> | "Contributor"@en-us |
| <http://purl.org/dc/terms/format> | "Format"@en-us |
| <http://purl.org/dc/terms/isVersionOf> | "Is Version Of"@en-us |
| <http://purl.org/dc/terms/accessRights> | "Access Rights"@en-us |
| <http://purl.org/dc/terms/subject> | "Subject"@en-us |
| <http://purl.org/dc/terms/created> | "Date Created"@en-us |
| <http://purl.org/dc/terms/isReplacedBy> | "Is Replaced By"@en-us |
| <http://purl.org/dc/terms/dateCopyrighted> | "Date Copyrighted"@en-us |
| <http://purl.org/dc/terms/replaces> | "Replaces"@en-us |
| <http://purl.org/dc/terms/relation> | "Relation"@en-us |
| <http://purl.org/dc/terms/MethodOfInstruction> | "Method of Instruction"@en-us |
| <http://purl.org/dc/terms/MediaTypeOrExtent> | "Media Type or Extent"@en-us |
| <http://purl.org/dc/terms/Jurisdiction> | "Jurisdiction"@en-us |
| <http://purl.org/dc/terms/PhysicalResource> | "Physical Resource"@en-us |
| <http://purl.org/dc/terms/Location> | "Location"@en-us |
| <http://purl.org/dc/terms/FileFormat> | "File Format"@en-us |
| <http://purl.org/dc/terms/Frequency> | "Frequency"@en-us |
| <http://purl.org/dc/terms/LinguisticSystem> | "Linguistic System"@en-us |
| <http://purl.org/dc/terms/AgentClass> | "Agent Class"@en-us |
| <http://purl.org/dc/terms/LocationPeriodOrJurisdiction> | "Location, Period, or Jurisdiction"@en-us |
| <http://purl.org/dc/terms/PeriodOfTime> | "Period of Time"@en-us |
| <http://purl.org/dc/terms/Policy> | "Policy"@en-us |
| <http://purl.org/dc/terms/MethodOfAccrual> | "Method of Accrual"@en-us |
| <http://purl.org/dc/terms/ProvenanceStatement> | "Provenance Statement"@en-us |
| <http://purl.org/dc/terms/PhysicalMedium> | "Physical Medium"@en-us |
| <http://purl.org/dc/terms/RightsStatement> | "Rights Statement"@en-us |
| <http://purl.org/dc/terms/LicenseDocument> | "License Document"@en-us |
| <http://purl.org/dc/terms/Standard> | "Standard"@en-us |
| <http://purl.org/dc/terms/Agent> | "Agent"@en-us |
| <http://purl.org/dc/terms/MediaType> | "Media Type"@en-us |
| <http://purl.org/dc/terms/SizeOrDuration> | "Size or Duration"@en-us |
| <http://purl.org/dc/terms/BibliographicResource> | "Bibliographic Resource"@en-us |
+---------------------------------------------------------+-------------------------------------------+
+-----------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| t | l |
+-----------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| <http://usefulinc.com/ns/doap#bug-database> | "bug database"@en |
| <http://usefulinc.com/ns/doap#bug-database> | "datab\u00C3\u00A1ze chyb"@cs |
| <http://usefulinc.com/ns/doap#bug-database> | "\u00E3\u0083\u0090\u00E3\u0082\u00B0\u00E3\u0083\u009A\u00E3\u0083\u00BC\u00E3\u0082\u00B8"@ja |
| <http://usefulinc.com/ns/doap#bug-database> | "suivi des bugs"@fr |
| <http://usefulinc.com/ns/doap#bug-database> | "Fehlerdatenbank"@de |
| <http://usefulinc.com/ns/doap#bug-database> | "base de datos de bugs"@es |
| <http://usefulinc.com/ns/doap#release> | "Release"@de |
| <http://usefulinc.com/ns/doap#release> | "\u00E3\u0083\u00AA\u00E3\u0083\u00AA\u00E3\u0083\u00BC\u00E3\u0082\u00B9"@ja |
| <http://usefulinc.com/ns/doap#release> | "release"@fr |
| <http://usefulinc.com/ns/doap#release> | "release"@es |
| <http://usefulinc.com/ns/doap#release> | "release"@en |
| <http://usefulinc.com/ns/doap#release> | "release"@cs |
| <http://usefulinc.com/ns/doap#screenshots> | "capturas de pantalla"@es |
| <http://usefulinc.com/ns/doap#screenshots> | "Screenshots"@de |
| <http://usefulinc.com/ns/doap#screenshots> | "screenshots"@en |
| <http://usefulinc.com/ns/doap#screenshots> | "captures d'\u00C3\u00A9cran"@fr |
| <http://usefulinc.com/ns/doap#screenshots> | "\u00E3\u0082\u00B9\u00E3\u0082\u00AF\u00E3\u0083\u00AA\u00E3\u0083\u00BC\u00E3\u0083\u00B3\u00E3\u0082\u00B7\u00E3\u0083\u00A7\u00E3\u0083\u0083\u00E3\u0083\u0088"@ja |
| <http://usefulinc.com/ns/doap#screenshots> | "sn\u00C3\u00ADmek obrazovky"@cs |
| <http://usefulinc.com/ns/doap#translator> | "\u00C3\u009Cbersetzer"@de |
| <http://usefulinc.com/ns/doap#translator> | "translator"@en |
| <http://usefulinc.com/ns/doap#translator> | "traductor"@es |
| <http://usefulinc.com/ns/doap#translator> | "\u00E7\u00BF\u00BB\u00E8\u00A8\u00B3\u00E8\u0080\u0085"@ja |
| <http://usefulinc.com/ns/doap#translator> | "p\u00C5\u0099ekladatel"@cs |
| <http://usefulinc.com/ns/doap#translator> | "traducteur"@fr |
| <http://usefulinc.com/ns/doap#developer> | "d\u00C3\u00A9veloppeur"@fr |
| <http://usefulinc.com/ns/doap#developer> | "desarrollador"@es |
| <http://usefulinc.com/ns/doap#developer> | "developer"@en |
| <http://usefulinc.com/ns/doap#developer> | "Entwickler"@de |
| <http://usefulinc.com/ns/doap#developer> | "v\u00C3\u00BDvoj\u00C3\u00A1\u00C5\u0099"@cs |
| <http://usefulinc.com/ns/doap#developer> | "\u00E9\u0096\u008B\u00E7\u0099\u00BA\u00E8\u0080\u0085"@ja |
| <http://usefulinc.com/ns/doap#name> | "nom"@fr |
| <http://usefulinc.com/ns/doap#name> | "nombre"@es |
| <http://usefulinc.com/ns/doap#name> | "Name"@de |
| <http://usefulinc.com/ns/doap#name> | "jm\u00C3\u00A9no"@cs |
| <http://usefulinc.com/ns/doap#name> | "\u00E5\u0090\u008D\u00E5\u0089\u008D"@ja |
| <http://usefulinc.com/ns/doap#name> | "name"@en |
| <http://usefulinc.com/ns/doap#repository> | "d\u00C3\u00A9p\u00C3\u00B4t"@fr |
| <http://usefulinc.com/ns/doap#repository> | "repository"@en |
| <http://usefulinc.com/ns/doap#repository> | "Repository"@de |
| <http://usefulinc.com/ns/doap#repository> | "\u00C3\u00BAlo\u00C5\u00BEi\u00C5\u00A1t\u00C4\u009B"@cs |
| <http://usefulinc.com/ns/doap#repository> | "\u00E3\u0083\u00AA\u00E3\u0083\u009D\u00E3\u0082\u00B8\u00E3\u0083\u0088\u00E3\u0083\u00AA"@ja |
| <http://usefulinc.com/ns/doap#repository> | "repositorio"@es |
| <http://usefulinc.com/ns/doap#os> | "\u00E3\u0082\u00AA\u00E3\u0083\u009A\u00E3\u0083\u00AC\u00E3\u0083\u00BC\u00E3\u0083\u0086\u00E3\u0082\u00A3\u00E3\u0083\u00B3\u00E3\u0082\u00B0\u00E3\u0082\u00B7\u00E3\u0082\u00B9\u00E3\u0083\u0086\u00E3\u0083\u00A0"@ja |
| <http://usefulinc.com/ns/doap#os> | "sistema operativo"@es |
| <http://usefulinc.com/ns/doap#os> | "syst\u00C3\u00A8me d'exploitation"@fr |
| <http://usefulinc.com/ns/doap#os> | "operating system"@en |
| <http://usefulinc.com/ns/doap#os> | "opera\u00C4\u008Dn\u00C3\u00AD syst\u00C3\u00A9m"@cs |
| <http://usefulinc.com/ns/doap#os> | "Betriebssystem"@de |
| <http://usefulinc.com/ns/doap#old-homepage> | "p\u00C3\u00A1gina web antigua"@es |
| <http://usefulinc.com/ns/doap#old-homepage> | "old homepage"@en |
| <http://usefulinc.com/ns/doap#old-homepage> | "ancienne page web"@fr |
| <http://usefulinc.com/ns/doap#old-homepage> | "star\u00C3\u00A1 domovsk\u00C3\u00A1 str\u00C3\u00A1nka"@cs |
| <http://usefulinc.com/ns/doap#old-homepage> | "\u00E5\u0089\u008D\u00E3\u0081\u00AE\u00E3\u0083\u009B\u00E3\u0083\u00BC\u00E3\u0083\u00A0\u00E3\u0083\u009A\u00E3\u0083\u00BC\u00E3\u0082\u00B8"@ja |
| <http://usefulinc.com/ns/doap#old-homepage> | "Alte Homepage"@de |
| <http://usefulinc.com/ns/doap#module> | "module"@en |
| <http://usefulinc.com/ns/doap#module> | "m\u00C3\u00B3dulo"@es |
| <http://usefulinc.com/ns/doap#module> | "module"@fr |
| <http://usefulinc.com/ns/doap#module> | "Modul"@de |
| <http://usefulinc.com/ns/doap#module> | "modul"@cs |
| <http://usefulinc.com/ns/doap#module> | "\u00E3\u0083\u00A2\u00E3\u0082\u00B8\u00E3\u0083\u00A5\u00E3\u0083\u00BC\u00E3\u0083\u00AB\u00E5\u0090\u008D\u00E5\u0089\u008D"@ja |
| <http://usefulinc.com/ns/doap#shortdesc> | "kr\u00C3\u00A1tk\u00C3\u00BD popis"@cs |
| <http://usefulinc.com/ns/doap#shortdesc> | "short description"@en |
| <http://usefulinc.com/ns/doap#shortdesc> | "\u00E7\u00B0\u00A1\u00E5\u008D\u0098\u00E3\u0081\u00AA\u00E8\u00AA\u00AC\u00E6\u0098\u008E"@ja |
| <http://usefulinc.com/ns/doap#shortdesc> | "description courte"@fr |
| <http://usefulinc.com/ns/doap#shortdesc> | "Kurzbeschreibung"@de |
| <http://usefulinc.com/ns/doap#shortdesc> | "descripci\u00C3\u00B3n corta"@es |
| <http://usefulinc.com/ns/doap#wiki> | "wiki"@en |
| <http://usefulinc.com/ns/doap#wiki> | "Wiki"@de |
| <http://usefulinc.com/ns/doap#wiki> | "wiki"@es |
| <http://usefulinc.com/ns/doap#wiki> | "wiki"@fr |
| <http://usefulinc.com/ns/doap#wiki> | "wiki"@cs |
| <http://usefulinc.com/ns/doap#wiki> | "\u00E3\u0082\u00A6\u00E3\u0082\u00A3\u00E3\u0082\u00AD"@ja |
| <http://usefulinc.com/ns/doap#revision> | "Version"@de |
| <http://usefulinc.com/ns/doap#revision> | "versi\u00C3\u00B3n"@es |
| <http://usefulinc.com/ns/doap#revision> | "\u00E3\u0083\u00AA\u00E3\u0083\u0093\u00E3\u0082\u00B8\u00E3\u0083\u00A7\u00E3\u0083\u00B3\u00E3\u0082\u00B3\u00E3\u0083\u00BC\u00E3\u0083\u0088"@ja |
| <http://usefulinc.com/ns/doap#revision> | "verze"@cs |
| <http://usefulinc.com/ns/doap#revision> | "revision"@en |
| <http://usefulinc.com/ns/doap#revision> | "r\u00C3\u00A9vision"@fr |
| <http://usefulinc.com/ns/doap#download-page> | "page de t\u00C3\u00A9l\u00C3\u00A9chargement"@fr |
| <http://usefulinc.com/ns/doap#download-page> | "\u00E3\u0083\u0080\u00E3\u0082\u00A6\u00E3\u0083\u00B3\u00E3\u0083\u00AD\u00E3\u0083\u00BC\u00E3\u0083\u0089\u00E3\u0083\u009A\u00E3\u0083\u00BC\u00E3\u0082\u00B8"@ja |
| <http://usefulinc.com/ns/doap#download-page> | "download page"@en |
| <http://usefulinc.com/ns/doap#download-page> | "Seite zum Herunterladen"@de |
| <http://usefulinc.com/ns/doap#download-page> | "p\u00C3\u00A1gina de descarga"@es |
| <http://usefulinc.com/ns/doap#download-page> | "str\u00C3\u00A1nka pro sta\u00C5\u00BEen\u00C3\u00AD"@cs |
| <http://usefulinc.com/ns/doap#helper> | "spoluautor"@cs |
| <http://usefulinc.com/ns/doap#helper> | "colaborador"@es |
| <http://usefulinc.com/ns/doap#helper> | "collaborateur"@fr |
| <http://usefulinc.com/ns/doap#helper> | "Helfer"@de |
| <http://usefulinc.com/ns/doap#helper> | "helper"@en |
| <http://usefulinc.com/ns/doap#helper> | "\u00E8\u00B2\u00A2\u00E7\u008C\u00AE\u00E8\u0080\u0085"@ja |
| <http://usefulinc.com/ns/doap#location> | "lugar del respositorio"@es |
| <http://usefulinc.com/ns/doap#location> | "um\u00C3\u00ADst\u00C4\u009Bn\u00C3\u00AD \u00C3\u00BAlo\u00C5\u00BEi\u00C5\u00A1t\u00C4\u009B"@cs |
| <http://usefulinc.com/ns/doap#location> | "\u00E3\u0081\u0093\u00E3\u0081\u00AE\u00E3\u0083\u00AA\u00E3\u0083\u009D\u00E3\u0082\u00B8\u00E3\u0083\u0088\u00E3\u0083\u00AA\u00E3\u0081\u00AEURL"@ja |
| <http://usefulinc.com/ns/doap#location> | "emplacement du d\u00C3\u00A9p\u00C3\u00B4t"@fr |
| <http://usefulinc.com/ns/doap#location> | "Repository Lokation"@de |
| <http://usefulinc.com/ns/doap#location> | "repository location"@en |
| <http://usefulinc.com/ns/doap#vendor> | "vendor"@en |
| <http://usefulinc.com/ns/doap#vendor> | "\u00E6\u008F\u0090\u00E4\u00BE\u009B\u00E7\u00B5\u0084\u00E7\u00B9\u0094"@ja |
| <http://usefulinc.com/ns/doap#documenter> | "\u00E6\u0096\u0087\u00E7\u00AB\u00A0\u00E5\u0088\u00B6\u00E4\u00BD\u009C\u00E8\u0080\u0085"@ja |
| <http://usefulinc.com/ns/doap#documenter> | "r\u00C3\u00A9dacteur de l'aide"@fr |
| <http://usefulinc.com/ns/doap#documenter> | "Dokumentator"@de |
| <http://usefulinc.com/ns/doap#documenter> | "documenter"@en |
| <http://usefulinc.com/ns/doap#documenter> | "dokumentarista"@cs |
| <http://usefulinc.com/ns/doap#documenter> | "escritor de ayuda"@es |
| <http://usefulinc.com/ns/doap#browse> | "\u00E3\u0082\u00A6\u00E3\u0082\u00A7\u00E3\u0083\u0096\u00E3\u0081\u00AE\u00E3\u0083\u00A6\u00E3\u0083\u00BC\u00E3\u0082\u00B6\u00E3\u0082\u00A4\u00E3\u0083\u00B3\u00E3\u0082\u00BF\u00E3\u0083\u0095\u00E3\u0082\u00A7\u00E3\u0083\u00BC\u00E3\u0082\u00B9"@ja |
| <http://usefulinc.com/ns/doap#browse> | "navegar"@es |
| <http://usefulinc.com/ns/doap#browse> | "browse"@de |
| <http://usefulinc.com/ns/doap#browse> | "visualiser"@fr |
| <http://usefulinc.com/ns/doap#browse> | "prohl\u00C3\u00AD\u00C5\u00BEe\u00C4\u008D"@cs |
| <http://usefulinc.com/ns/doap#browse> | "browse"@en |
| <http://usefulinc.com/ns/doap#tester> | "tester"@cs |
| <http://usefulinc.com/ns/doap#tester> | "tester"@en |
| <http://usefulinc.com/ns/doap#tester> | "\u00E8\u00A9\u00A6\u00E9\u00A8\u0093\u00E8\u0080\u0085"@ja |
| <http://usefulinc.com/ns/doap#tester> | "testeur"@fr |
| <http://usefulinc.com/ns/doap#tester> | "Tester"@de |
| <http://usefulinc.com/ns/doap#tester> | "tester"@es |
| <http://usefulinc.com/ns/doap#language> | "\u00E8\u00A8\u0080\u00E8\u00AA\u009E"@ja |
| <http://usefulinc.com/ns/doap#language> | "language"@en |
| <http://usefulinc.com/ns/doap#anon-root> | "\u00E5\u008C\u00BF\u00E5\u0090\u008D\u00E3\u0083\u00AB\u00E3\u0083\u00BC\u00E3\u0083\u0088"@ja |
| <http://usefulinc.com/ns/doap#anon-root> | "Anonymes Root"@de |
| <http://usefulinc.com/ns/doap#anon-root> | "anonymn\u00C3\u00AD ko\u00C5\u0099en"@cs |
| <http://usefulinc.com/ns/doap#anon-root> | "ra\u00C3\u00ADz an\u00C3\u00B3nima"@es |
| <http://usefulinc.com/ns/doap#anon-root> | "racine anonyme"@fr |
| <http://usefulinc.com/ns/doap#anon-root> | "anonymous root"@en |
| <http://usefulinc.com/ns/doap#download-mirror> | "Spiegel der Seite zum Herunterladen"@de |
| <http://usefulinc.com/ns/doap#download-mirror> | "miroir pour le t\u00C3\u00A9l\u00C3\u00A9chargement"@fr |
| <http://usefulinc.com/ns/doap#download-mirror> | "mirror de descarga"@es |
| <http://usefulinc.com/ns/doap#download-mirror> | "download mirror"@en |
| <http://usefulinc.com/ns/doap#download-mirror> | "zrcadlo str\u00C3\u00A1nky pro sta\u00C5\u00BEen\u00C3\u00AD"@cs |
| <http://usefulinc.com/ns/doap#download-mirror> | "\u00E3\u0083\u0080\u00E3\u0082\u00A6\u00E3\u0083\u00B3\u00E3\u0083\u00AD\u00E3\u0083\u00BC\u00E3\u0083\u0089\u00E3\u0083\u009F\u00E3\u0083\u00A9\u00E3\u0083\u00BC"@ja |
| <http://usefulinc.com/ns/doap#implements> | "\u00E5\u00AE\u009F\u00E8\u00A3\u0085\u00E3\u0081\u0097\u00E3\u0081\u009F\u00E6\u0098\u008E\u00E7\u00B4\u00B0\u00E6\u009B\u00B8"@ja |
| <http://usefulinc.com/ns/doap#implements> | "Implements specification"@en |
| <http://usefulinc.com/ns/doap#created> | "cr\u00C3\u00A9\u00C3\u00A9"@fr |
| <http://usefulinc.com/ns/doap#created> | "creado"@es |
| <http://usefulinc.com/ns/doap#created> | "\u00E4\u00BD\u009C\u00E6\u0088\u0090\u00E6\u0097\u00A5\u00E4\u00BB\u0098"@ja |
| <http://usefulinc.com/ns/doap#created> | "vytvo\u00C5\u0099eno"@cs |
| <http://usefulinc.com/ns/doap#created> | "erstellt"@de |
| <http://usefulinc.com/ns/doap#created> | "created"@en |
| <http://usefulinc.com/ns/doap#homepage> | "domovsk\u00C3\u00A1 str\u00C3\u00A1nka"@cs |
| <http://usefulinc.com/ns/doap#homepage> | "Homepage"@de |
| <http://usefulinc.com/ns/doap#homepage> | "p\u00C3\u00A1gina web"@es |
| <http://usefulinc.com/ns/doap#homepage> | "page web"@fr |
| <http://usefulinc.com/ns/doap#homepage> | "\u00E3\u0083\u009B\u00E3\u0083\u00BC\u00E3\u0083\u00A0\u00E3\u0083\u009A\u00E3\u0083\u00BC\u00E3\u0082\u00B8"@ja |
| <http://usefulinc.com/ns/doap#homepage> | "homepage"@en |
| <http://usefulinc.com/ns/doap#file-release> | "\u00E3\u0081\u0093\u00E3\u0081\u00AE\u00E3\u0083\u00AA\u00E3\u0083\u00AA\u00E3\u0083\u00BC\u00E3\u0082\u00B9\u00E3\u0081\u00AE\u00E3\u0083\u0080\u00E3\u0082\u00A6\u00E3\u0083\u00B3\u00E3\u0083\u00AD\u00E3\u0083\u00BC\u00E3\u0083\u0089\u00E3\u0081\u00A7\u00E3\u0081\u008D\u00E3\u0082\u008B\u00E3\u0083\u0095\u00E3\u0082\u00A1\u00E3\u0082\u00A4\u00E3\u0083\u00AB\u00E3\u0081\u00AEURI"@ja |
| <http://usefulinc.com/ns/doap#file-release> | "file-release"@en |
| <http://usefulinc.com/ns/doap#file-release> | "soubor revize"@cs |
| <http://usefulinc.com/ns/doap#file-release> | "\u00E3\u0083\u0095\u00E3\u0082\u00A1\u00E3\u0082\u00A4\u00E3\u0083\u00AB"@ja |
| <http://usefulinc.com/ns/doap#mailing-list> | "mailing list"@en |
| <http://usefulinc.com/ns/doap#mailing-list> | "lista de correo"@es |
| <http://usefulinc.com/ns/doap#mailing-list> | "e\u00E2\u0080\u0093mailov\u00C3\u00A1 diskuse"@cs |
| <http://usefulinc.com/ns/doap#mailing-list> | "\u00E3\u0083\u00A1\u00E3\u0083\u00BC\u00E3\u0083\u00AA\u00E3\u0083\u00B3\u00E3\u0082\u00B0\u00E3\u0083\u00AA\u00E3\u0082\u00B9\u00E3\u0083\u0088"@ja |
| <http://usefulinc.com/ns/doap#mailing-list> | "liste de diffusion"@fr |
| <http://usefulinc.com/ns/doap#mailing-list> | "Mailing Liste"@de |
| <http://usefulinc.com/ns/doap#audience> | "audience"@en |
| <http://usefulinc.com/ns/doap#audience> | "\u00E7\u009B\u00AE\u00E6\u008C\u0087\u00E3\u0081\u0097\u00E3\u0081\u009F\u00E3\u0083\u00A6\u00E3\u0083\u00BC\u00E3\u0082\u00B6"@ja |
| <http://usefulinc.com/ns/doap#service-endpoint> | "\u00E3\u0082\u00B5\u00E3\u0083\u00BC\u00E3\u0083\u0093\u00E3\u0082\u00B9\u00E3\u0082\u00B5\u00E3\u0082\u00A4\u00E3\u0083\u0088"@ja |
| <http://usefulinc.com/ns/doap#service-endpoint> | "service endpoint"@en |
| <http://usefulinc.com/ns/doap#programming-language> | "lenguaje de programaci\u00C3\u00B3n"@es |
| <http://usefulinc.com/ns/doap#programming-language> | "programming language"@en |
| <http://usefulinc.com/ns/doap#programming-language> | "\u00E3\u0083\u0097\u00E3\u0083\u00AD\u00E3\u0082\u00B0\u00E3\u0083\u00A9\u00E3\u0083\u009F\u00E3\u0083\u00B3\u00E3\u0082\u00B0\u00E8\u00A8\u0080\u00E8\u00AA\u009E"@ja |
| <http://usefulinc.com/ns/doap#programming-language> | "langage de programmation"@fr |
| <http://usefulinc.com/ns/doap#programming-language> | "Programmiersprache"@de |
| <http://usefulinc.com/ns/doap#programming-language> | "programovac\u00C3\u00AD jazyk"@cs |
| <http://usefulinc.com/ns/doap#blog> | "\u00E3\u0083\u0096\u00E3\u0083\u00AD\u00E3\u0082\u00B0"@ja |
| <http://usefulinc.com/ns/doap#blog> | "blog"@en |
| <http://usefulinc.com/ns/doap#description> | "\u00E8\u00AA\u00AC\u00E6\u0098\u008E"@ja |
| <http://usefulinc.com/ns/doap#description> | "description"@fr |
| <http://usefulinc.com/ns/doap#description> | "popis"@cs |
| <http://usefulinc.com/ns/doap#description> | "descripci\u00C3\u00B3n"@es |
| <http://usefulinc.com/ns/doap#description> | "description"@en |
| <http://usefulinc.com/ns/doap#description> | "Beschreibung"@de |
| <http://usefulinc.com/ns/doap#platform> | "\u00E3\u0083\u0097\u00E3\u0083\u00A9\u00E3\u0083\u0083\u00E3\u0083\u0088\u00E3\u0083\u0095\u00E3\u0082\u00A9\u00E3\u0083\u00BC\u00E3\u0083\u00A0"@ja |
| <http://usefulinc.com/ns/doap#platform> | "platform"@en |
| <http://usefulinc.com/ns/doap#category> | "cat\u00C3\u00A9gorie"@fr |
| <http://usefulinc.com/ns/doap#category> | "categor\u00C3\u00ADa"@es |
| <http://usefulinc.com/ns/doap#category> | "\u00E5\u0088\u0086\u00E9\u00A1\u009E"@ja |
| <http://usefulinc.com/ns/doap#category> | "kategorie"@cs |
| <http://usefulinc.com/ns/doap#category> | "Kategorie"@de |
| <http://usefulinc.com/ns/doap#category> | "category"@en |
| <http://usefulinc.com/ns/doap#maintainer> | "maintainer"@en |
| <http://usefulinc.com/ns/doap#maintainer> | "Projektverantwortlicher"@de |
| <http://usefulinc.com/ns/doap#maintainer> | "d\u00C3\u00A9veloppeur principal"@fr |
| <http://usefulinc.com/ns/doap#maintainer> | "desarrollador principal"@es |
| <http://usefulinc.com/ns/doap#maintainer> | "spr\u00C3\u00A1vce"@cs |
| <http://usefulinc.com/ns/doap#maintainer> | "\u00E3\u0083\u00A1\u00E3\u0083\u00B3\u00E3\u0083\u0086\u00E3\u0083\u008A\u00E3\u0083\u00BC"@ja |
| <http://usefulinc.com/ns/doap#license> | "Lizenz"@de |
| <http://usefulinc.com/ns/doap#license> | "licencia"@es |
| <http://usefulinc.com/ns/doap#license> | "licence"@cs |
| <http://usefulinc.com/ns/doap#license> | "license"@en |
| <http://usefulinc.com/ns/doap#license> | "licence"@fr |
| <http://usefulinc.com/ns/doap#license> | "\u00E3\u0083\u00A9\u00E3\u0082\u00A4\u00E3\u0082\u00BB\u00E3\u0083\u00B3\u00E3\u0082\u00B9"@ja |
| <http://usefulinc.com/ns/doap#ArchRepository> | "\u00C3\u009Alo\u00C5\u00BEi\u00C5\u00A1t\u00C4\u009B GNU Arch"@cs |
| <http://usefulinc.com/ns/doap#ArchRepository> | "GNU Arch\u00E3\u0081\u00AE\u00E3\u0083\u00AA\u00E3\u0083\u009D\u00E3\u0082\u00B8\u00E3\u0083\u0088\u00E3\u0083\u00AA"@ja |
| <http://usefulinc.com/ns/doap#ArchRepository> | "GNU Arch repository"@en |
| <http://usefulinc.com/ns/doap#ArchRepository> | "Repositorio GNU Arch"@es |
| <http://usefulinc.com/ns/doap#ArchRepository> | "GNU Arch repository"@de |
| <http://usefulinc.com/ns/doap#ArchRepository> | "D\u00C3\u00A9p\u00C3\u00B4t GNU Arch"@fr |
| <http://usefulinc.com/ns/doap#CVSRepository> | "CVS Repository"@en |
| <http://usefulinc.com/ns/doap#CVSRepository> | "D\u00C3\u00A9p\u00C3\u00B4t CVS"@fr |
| <http://usefulinc.com/ns/doap#CVSRepository> | "CVS Repository"@de |
| <http://usefulinc.com/ns/doap#CVSRepository> | "\u00C3\u009Alo\u00C5\u00BEi\u00C5\u00A1t\u00C4\u009B CVS"@cs |
| <http://usefulinc.com/ns/doap#CVSRepository> | "Repositorio CVS"@es |
| <http://usefulinc.com/ns/doap#CVSRepository> | "CVS\u00E3\u0081\u00AE\u00E3\u0083\u00AA\u00E3\u0083\u009D\u00E3\u0082\u00B8\u00E3\u0083\u0088\u00E3\u0083\u00AA"@ja |
| <http://usefulinc.com/ns/doap#BKRepository> | "BitKeeper Repository"@de |
| <http://usefulinc.com/ns/doap#BKRepository> | "BitKeeper\u00E3\u0081\u00AE\u00E3\u0083\u00AA\u00E3\u0083\u009D\u00E3\u0082\u00B8\u00E3\u0083\u0088\u00E3\u0083\u00AA"@ja |
| <http://usefulinc.com/ns/doap#BKRepository> | "Repositorio BitKeeper"@es |
| <http://usefulinc.com/ns/doap#BKRepository> | "\u00C3\u009Alo\u00C5\u00BEi\u00C5\u00A1t\u00C4\u009B BitKeeper"@cs |
| <http://usefulinc.com/ns/doap#BKRepository> | "BitKeeper Repository"@en |
| <http://usefulinc.com/ns/doap#BKRepository> | "D\u00C3\u00A9p\u00C3\u00B4t BitKeeper"@fr |
| <http://usefulinc.com/ns/doap#ArchRepository> | "\u00C3\u009Alo\u00C5\u00BEi\u00C5\u00A1t\u00C4\u009B GNU Arch"@cs |
| <http://usefulinc.com/ns/doap#ArchRepository> | "GNU Arch\u00E3\u0081\u00AE\u00E3\u0083\u00AA\u00E3\u0083\u009D\u00E3\u0082\u00B8\u00E3\u0083\u0088\u00E3\u0083\u00AA"@ja |
| <http://usefulinc.com/ns/doap#ArchRepository> | "GNU Arch repository"@en |
| <http://usefulinc.com/ns/doap#ArchRepository> | "Repositorio GNU Arch"@es |
| <http://usefulinc.com/ns/doap#ArchRepository> | "GNU Arch repository"@de |
| <http://usefulinc.com/ns/doap#ArchRepository> | "D\u00C3\u00A9p\u00C3\u00B4t GNU Arch"@fr |
| <http://usefulinc.com/ns/doap#Repository> | "D\u00C3\u00A9p\u00C3\u00B4t"@fr |
| <http://usefulinc.com/ns/doap#Repository> | "Repository"@de |
| <http://usefulinc.com/ns/doap#Repository> | "\u00E3\u0083\u00AA\u00E3\u0083\u009D\u00E3\u0082\u00B8\u00E3\u0083\u0088\u00E3\u0083\u00AA"@ja |
| <http://usefulinc.com/ns/doap#Repository> | "Repository"@en |
| <http://usefulinc.com/ns/doap#Repository> | "\u00C3\u009Alo\u00C5\u00BEi\u00C5\u00A1t\u00C4\u009B"@cs |
| <http://usefulinc.com/ns/doap#Repository> | "Repositorio"@es |
| <http://usefulinc.com/ns/doap#CVSRepository> | "CVS Repository"@en |
| <http://usefulinc.com/ns/doap#CVSRepository> | "D\u00C3\u00A9p\u00C3\u00B4t CVS"@fr |
| <http://usefulinc.com/ns/doap#CVSRepository> | "CVS Repository"@de |
| <http://usefulinc.com/ns/doap#CVSRepository> | "\u00C3\u009Alo\u00C5\u00BEi\u00C5\u00A1t\u00C4\u009B CVS"@cs |
| <http://usefulinc.com/ns/doap#CVSRepository> | "Repositorio CVS"@es |
| <http://usefulinc.com/ns/doap#CVSRepository> | "CVS\u00E3\u0081\u00AE\u00E3\u0083\u00AA\u00E3\u0083\u009D\u00E3\u0082\u00B8\u00E3\u0083\u0088\u00E3\u0083\u00AA"@ja |
| <http://usefulinc.com/ns/doap#HgRepository> | "Mercurial Repository"@en |
| <http://usefulinc.com/ns/doap#HgRepository> | "Mercurial\u00E3\u0081\u00AE\u00E3\u0083\u00AA\u00E3\u0083\u009D\u00E3\u0082\u00B8\u00E3\u0083\u0088\u00E3\u0083\u00AA"@ja |
| <http://usefulinc.com/ns/doap#SVNRepository> | "\u00C3\u009Alo\u00C5\u00BEi\u00C5\u00A1t\u00C4\u009B Subversion"@cs |
| <http://usefulinc.com/ns/doap#SVNRepository> | "Subversion Repository"@de |
| <http://usefulinc.com/ns/doap#SVNRepository> | "Subversion Repository"@en |
| <http://usefulinc.com/ns/doap#SVNRepository> | "Subversion\u00E3\u0081\u00AE\u00E3\u0083\u00AA\u00E3\u0083\u009D\u00E3\u0082\u00B8\u00E3\u0083\u0088\u00E3\u0083\u00AA"@ja |
| <http://usefulinc.com/ns/doap#SVNRepository> | "Repositorio Subversion"@es |
| <http://usefulinc.com/ns/doap#SVNRepository> | "D\u00C3\u00A9p\u00C3\u00B4t Subversion"@fr |
| <http://usefulinc.com/ns/doap#BKRepository> | "BitKeeper Repository"@de |
| <http://usefulinc.com/ns/doap#BKRepository> | "BitKeeper\u00E3\u0081\u00AE\u00E3\u0083\u00AA\u00E3\u0083\u009D\u00E3\u0082\u00B8\u00E3\u0083\u0088\u00E3\u0083\u00AA"@ja |
| <http://usefulinc.com/ns/doap#BKRepository> | "Repositorio BitKeeper"@es |
| <http://usefulinc.com/ns/doap#BKRepository> | "\u00C3\u009Alo\u00C5\u00BEi\u00C5\u00A1t\u00C4\u009B BitKeeper"@cs |
| <http://usefulinc.com/ns/doap#BKRepository> | "BitKeeper Repository"@en |
| <http://usefulinc.com/ns/doap#BKRepository> | "D\u00C3\u00A9p\u00C3\u00B4t BitKeeper"@fr |
| <http://usefulinc.com/ns/doap#BazaarBranch> | "Bazaar Branch"@en |
| <http://usefulinc.com/ns/doap#BazaarBranch> | "Bazzar\u00E3\u0081\u00AE\u00E3\u0083\u00AA\u00E3\u0083\u009D\u00E3\u0082\u00B8\u00E3\u0083\u0088\u00E3\u0083\u00AA"@ja |
| <http://usefulinc.com/ns/doap#Specification> | "\u00E6\u0098\u008E\u00E7\u00B4\u00B0\u00E6\u009B\u00B8\u00E3\u0081\u0098"@ja |
| <http://usefulinc.com/ns/doap#Specification> | "Specification"@en |
| <http://usefulinc.com/ns/doap#GitRepository> | "Git\u00E3\u0081\u00AE\u00E3\u0083\u00AA\u00E3\u0083\u009D\u00E3\u0082\u00B8\u00E3\u0083\u0088\u00E3\u0083\u00AA"@ja |
| <http://usefulinc.com/ns/doap#GitRepository> | "Git Repository"@en |
| <http://usefulinc.com/ns/doap#GitRepository> | "Repositorio Git"@es |
| <http://usefulinc.com/ns/doap#GitRepository> | "Git repository"@de |
| <http://usefulinc.com/ns/doap#GitRepository> | "D\u00C3\u00A9p\u00C3\u00B4t Git"@fr |
| <http://usefulinc.com/ns/doap#GitRepository> | "\u00C3\u009Alo\u00C5\u00BEi\u00C5\u00A1t\u00C4\u009B Git"@cs |
| <http://usefulinc.com/ns/doap#Version> | "Version"@fr |
| <http://usefulinc.com/ns/doap#Version> | "Version"@de |
| <http://usefulinc.com/ns/doap#Version> | "\u00E3\u0083\u0090\u00E3\u0083\u00BC\u00E3\u0082\u00B7\u00E3\u0083\u00A7\u00E3\u0083\u00B3"@ja |
| <http://usefulinc.com/ns/doap#Version> | "Version"@en |
| <http://usefulinc.com/ns/doap#Version> | "Versi\u00C3\u00B3n"@es |
| <http://usefulinc.com/ns/doap#Version> | "Verze"@cs |
| <http://usefulinc.com/ns/doap#DarcsRepository> | "darcs\u00E3\u0081\u00AE\u00E3\u0083\u00AA\u00E3\u0083\u009D\u00E3\u0082\u00B8\u00E3\u0083\u0088\u00E3\u0083\u00AA"@ja |
| <http://usefulinc.com/ns/doap#DarcsRepository> | "Repositorio darcs"@es |
| <http://usefulinc.com/ns/doap#DarcsRepository> | "D\u00C3\u00A9p\u00C3\u00B4t darcs"@fr |
| <http://usefulinc.com/ns/doap#DarcsRepository> | "darcs Repository"@en |
| <http://usefulinc.com/ns/doap#Project> | "Projekt"@cs |
| <http://usefulinc.com/ns/doap#Project> | "Prijekt"@de |
| <http://usefulinc.com/ns/doap#Project> | "Project"@en |
| <http://usefulinc.com/ns/doap#Project> | "\u00E3\u0083\u0097\u00E3\u0083\u00AD\u00E3\u0082\u00B8\u00E3\u0082\u00A7\u00E3\u0082\u00AF\u00E3\u0083\u0088"@ja |
| <http://usefulinc.com/ns/doap#Project> | "Projet"@fr |
| <http://usefulinc.com/ns/doap#Project> | "Proyecto"@es |
+-----------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+--------------------------------------------------------+------------------+
| t | l |
+--------------------------------------------------------+------------------+
| <http://purl.org/NET/c4dm/event.owl#hasLiteralFactor> | |
| <http://purl.org/NET/c4dm/event.owl#literal_factor> | "literal factor" |
| <http://purl.org/dc/elements/1.1/description> | |
| <http://purl.org/dc/elements/1.1/date> | |
| <http://purl.org/dc/elements/1.1/title> | |
| <http://purl.org/NET/c4dm/event.owl#isAgentIn> | "agent in" |
| <http://purl.org/NET/c4dm/event.owl#time> | "time" |
| <http://purl.org/NET/c4dm/event.owl#producedIn> | "produced in" |
| <http://purl.org/NET/c4dm/event.owl#place> | "place" |
| <http://purl.org/NET/c4dm/event.owl#isFactorOf> | "factor of" |
| <http://purl.org/NET/c4dm/event.owl#produced_in> | |
| <http://purl.org/NET/c4dm/event.owl#hasAgent> | |
| <http://purl.org/NET/c4dm/event.owl#hasProduct> | |
| <http://xmlns.com/foaf/0.1/maker> | |
| <http://purl.org/NET/c4dm/event.owl#sub_event> | "sub-event" |
| <http://purl.org/NET/c4dm/event.owl#factor> | "factor" |
| <http://purl.org/NET/c4dm/event.owl#hasFactor> | |
| <http://purl.org/NET/c4dm/event.owl#agent_in> | |
| <http://purl.org/NET/c4dm/event.owl#hasSubEvent> | |
| <http://purl.org/NET/c4dm/event.owl#factor_of> | |
| <http://purl.org/NET/c4dm/event.owl#product> | "product" |
| <http://purl.org/NET/c4dm/event.owl#agent> | "agent" |
| <http://purl.org/NET/c4dm/event.owl#Event> | "Event" |
| <http://xmlns.com/foaf/0.1/Person> | |
| <http://purl.org/NET/c4dm/event.owl#Factor> | "Factor" |
| <http://purl.org/NET/c4dm/event.owl#Product> | "Product" |
| <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> | |
| <http://xmlns.com/foaf/0.1/Agent> | |
+--------------------------------------------------------+------------------+
+--------------------------------------------------------+------------------------------------------+
| t | l |
+--------------------------------------------------------+------------------------------------------+
| <http://xmlns.com/foaf/0.1/publications> | "publications" |
| <http://xmlns.com/foaf/0.1/pastProject> | "past project" |
| <http://xmlns.com/foaf/0.1/topic> | "topic" |
| <http://xmlns.com/foaf/0.1/workInfoHomepage> | "work info homepage" |
| <http://xmlns.com/foaf/0.1/depicts> | "depicts" |
| <http://xmlns.com/foaf/0.1/skypeID> | "Skype ID" |
| <http://xmlns.com/foaf/0.1/gender> | "gender" |
| <http://xmlns.com/foaf/0.1/fundedBy> | "funded by" |
| <http://xmlns.com/foaf/0.1/workplaceHomepage> | "workplace homepage" |
| <http://xmlns.com/foaf/0.1/openid> | "openid" |
| <http://xmlns.com/foaf/0.1/page> | "page" |
| <http://xmlns.com/foaf/0.1/logo> | "logo" |
| <http://xmlns.com/foaf/0.1/mbox> | "personal mailbox" |
| <http://xmlns.com/foaf/0.1/schoolHomepage> | "schoolHomepage" |
| <http://xmlns.com/foaf/0.1/givenName> | "Given name" |
| <http://xmlns.com/foaf/0.1/isPrimaryTopicOf> | "is primary topic of" |
| <http://xmlns.com/foaf/0.1/depiction> | "depiction" |
| <http://xmlns.com/foaf/0.1/currentProject> | "current project" |
| <http://xmlns.com/foaf/0.1/based_near> | "based near" |
| <http://xmlns.com/foaf/0.1/img> | "image" |
| <http://xmlns.com/foaf/0.1/birthday> | "birthday" |
| <http://xmlns.com/foaf/0.1/membershipClass> | "membershipClass" |
| <http://xmlns.com/foaf/0.1/myersBriggs> | "myersBriggs" |
| <http://xmlns.com/foaf/0.1/mbox_sha1sum> | "sha1sum of a personal mailbox URI name" |
| <http://xmlns.com/foaf/0.1/interest> | "interest" |
| <http://xmlns.com/foaf/0.1/focus> | "focus" |
| <http://xmlns.com/foaf/0.1/msnChatID> | "MSN chat ID" |
| <http://xmlns.com/foaf/0.1/nick> | "nickname" |
| <http://xmlns.com/foaf/0.1/holdsAccount> | "account" |
| <http://xmlns.com/foaf/0.1/plan> | "plan" |
| <http://xmlns.com/foaf/0.1/givenname> | "Given name" |
| <http://xmlns.com/foaf/0.1/familyName> | "familyName" |
| <http://xmlns.com/foaf/0.1/maker> | "maker" |
| <http://xmlns.com/foaf/0.1/homepage> | "homepage" |
| <http://xmlns.com/foaf/0.1/age> | "age" |
| <http://xmlns.com/foaf/0.1/topic_interest> | "topic_interest" |
| <http://xmlns.com/foaf/0.1/surname> | "Surname" |
| <http://xmlns.com/foaf/0.1/geekcode> | "geekcode" |
| <http://xmlns.com/foaf/0.1/lastName> | "lastName" |
| <http://xmlns.com/foaf/0.1/status> | "status" |
| <http://xmlns.com/foaf/0.1/sha1> | "sha1sum (hex)" |
| <http://xmlns.com/foaf/0.1/dnaChecksum> | "DNA checksum" |
| <http://xmlns.com/foaf/0.1/family_name> | "family_name" |
| <http://xmlns.com/foaf/0.1/accountServiceHomepage> | "account service homepage" |
| <http://xmlns.com/foaf/0.1/firstName> | "firstName" |
| <http://xmlns.com/foaf/0.1/icqChatID> | "ICQ chat ID" |
| <http://xmlns.com/foaf/0.1/theme> | "theme" |
| <http://xmlns.com/foaf/0.1/title> | "title" |
| <http://xmlns.com/foaf/0.1/name> | "name" |
| <http://xmlns.com/foaf/0.1/weblog> | "weblog" |
| <http://xmlns.com/foaf/0.1/primaryTopic> | "primary topic" |
| <http://xmlns.com/foaf/0.1/aimChatID> | "AIM chat ID" |
| <http://xmlns.com/foaf/0.1/phone> | "phone" |
| <http://xmlns.com/foaf/0.1/jabberID> | "jabber ID" |
| <http://xmlns.com/foaf/0.1/account> | "account" |
| <http://xmlns.com/foaf/0.1/tipjar> | "tipjar" |
| <http://xmlns.com/foaf/0.1/member> | "member" |
| <http://xmlns.com/foaf/0.1/thumbnail> | "thumbnail" |
| <http://xmlns.com/foaf/0.1/accountName> | "account name" |
| <http://xmlns.com/foaf/0.1/knows> | "knows" |
| <http://xmlns.com/foaf/0.1/made> | "made" |
| <http://xmlns.com/foaf/0.1/yahooChatID> | "Yahoo chat ID" |
| <http://xmlns.com/foaf/0.1/skypeID> | "Skype ID" |
| <http://xmlns.com/foaf/0.1/gender> | "gender" |
| <http://xmlns.com/foaf/0.1/givenName> | "Given name" |
| <http://xmlns.com/foaf/0.1/birthday> | "birthday" |
| <http://xmlns.com/foaf/0.1/myersBriggs> | "myersBriggs" |
| <http://xmlns.com/foaf/0.1/mbox_sha1sum> | "sha1sum of a personal mailbox URI name" |
| <http://xmlns.com/foaf/0.1/msnChatID> | "MSN chat ID" |
| <http://xmlns.com/foaf/0.1/nick> | "nickname" |
| <http://xmlns.com/foaf/0.1/plan> | "plan" |
| <http://xmlns.com/foaf/0.1/givenname> | "Given name" |
| <http://xmlns.com/foaf/0.1/familyName> | "familyName" |
| <http://xmlns.com/foaf/0.1/age> | "age" |
| <http://xmlns.com/foaf/0.1/surname> | "Surname" |
| <http://xmlns.com/foaf/0.1/geekcode> | "geekcode" |
| <http://xmlns.com/foaf/0.1/lastName> | "lastName" |
| <http://xmlns.com/foaf/0.1/status> | "status" |
| <http://xmlns.com/foaf/0.1/sha1> | "sha1sum (hex)" |
| <http://xmlns.com/foaf/0.1/dnaChecksum> | "DNA checksum" |
| <http://xmlns.com/foaf/0.1/family_name> | "family_name" |
| <http://xmlns.com/foaf/0.1/firstName> | "firstName" |
| <http://xmlns.com/foaf/0.1/icqChatID> | "ICQ chat ID" |
| <http://xmlns.com/foaf/0.1/title> | "title" |
| <http://xmlns.com/foaf/0.1/name> | "name" |
| <http://xmlns.com/foaf/0.1/aimChatID> | "AIM chat ID" |
| <http://xmlns.com/foaf/0.1/jabberID> | "jabber ID" |
| <http://xmlns.com/foaf/0.1/accountName> | "account name" |
| <http://xmlns.com/foaf/0.1/yahooChatID> | "Yahoo chat ID" |
| <http://xmlns.com/foaf/0.1/publications> | "publications" |
| <http://xmlns.com/foaf/0.1/pastProject> | "past project" |
| <http://xmlns.com/foaf/0.1/topic> | "topic" |
| <http://xmlns.com/foaf/0.1/workInfoHomepage> | "work info homepage" |
| <http://xmlns.com/foaf/0.1/depicts> | "depicts" |
| <http://xmlns.com/foaf/0.1/fundedBy> | "funded by" |
| <http://xmlns.com/foaf/0.1/workplaceHomepage> | "workplace homepage" |
| <http://xmlns.com/foaf/0.1/openid> | "openid" |
| <http://xmlns.com/foaf/0.1/page> | "page" |
| <http://xmlns.com/foaf/0.1/logo> | "logo" |
| <http://xmlns.com/foaf/0.1/mbox> | "personal mailbox" |
| <http://xmlns.com/foaf/0.1/schoolHomepage> | "schoolHomepage" |
| <http://xmlns.com/foaf/0.1/depiction> | "depiction" |
| <http://xmlns.com/foaf/0.1/currentProject> | "current project" |
| <http://xmlns.com/foaf/0.1/based_near> | "based near" |
| <http://xmlns.com/foaf/0.1/img> | "image" |
| <http://xmlns.com/foaf/0.1/interest> | "interest" |
| <http://xmlns.com/foaf/0.1/focus> | "focus" |
| <http://xmlns.com/foaf/0.1/holdsAccount> | "account" |
| <http://xmlns.com/foaf/0.1/maker> | "maker" |
| <http://xmlns.com/foaf/0.1/homepage> | "homepage" |
| <http://xmlns.com/foaf/0.1/topic_interest> | "topic_interest" |
| <http://xmlns.com/foaf/0.1/accountServiceHomepage> | "account service homepage" |
| <http://xmlns.com/foaf/0.1/theme> | "theme" |
| <http://xmlns.com/foaf/0.1/weblog> | "weblog" |
| <http://xmlns.com/foaf/0.1/primaryTopic> | "primary topic" |
| <http://xmlns.com/foaf/0.1/phone> | "phone" |
| <http://xmlns.com/foaf/0.1/account> | "account" |
| <http://xmlns.com/foaf/0.1/tipjar> | "tipjar" |
| <http://xmlns.com/foaf/0.1/member> | "member" |
| <http://xmlns.com/foaf/0.1/thumbnail> | "thumbnail" |
| <http://xmlns.com/foaf/0.1/knows> | "knows" |
| <http://xmlns.com/foaf/0.1/made> | "made" |
| <http://www.w3.org/2000/01/rdf-schema#Class> | |
| <http://xmlns.com/foaf/0.1/OnlineEcommerceAccount> | "Online E-commerce Account" |
| <http://xmlns.com/foaf/0.1/OnlineAccount> | "Online Account" |
| <http://xmlns.com/foaf/0.1/Person> | "Person" |
| <http://xmlns.com/foaf/0.1/OnlineGamingAccount> | "Online Gaming Account" |
| <http://xmlns.com/foaf/0.1/Image> | "Image" |
| <http://xmlns.com/foaf/0.1/LabelProperty> | "Label Property" |
| <http://xmlns.com/foaf/0.1/OnlineChatAccount> | "Online Chat Account" |
| <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> | "Spatial Thing" |
| <http://www.w3.org/2000/10/swap/pim/contact#Person> | "Person" |
| <http://xmlns.com/foaf/0.1/Organization> | "Organization" |
| <http://xmlns.com/foaf/0.1/Agent> | "Agent" |
| <http://xmlns.com/foaf/0.1/PersonalProfileDocument> | "PersonalProfileDocument" |
| <http://xmlns.com/foaf/0.1/Project> | "Project" |
| <http://xmlns.com/foaf/0.1/Document> | "Document" |
| <http://xmlns.com/foaf/0.1/Group> | "Group" |
| <http://xmlns.com/foaf/0.1/OnlineEcommerceAccount> | "Online E-commerce Account" |
| <http://xmlns.com/foaf/0.1/OnlineAccount> | "Online Account" |
| <http://xmlns.com/foaf/0.1/Person> | "Person" |
| <http://xmlns.com/foaf/0.1/OnlineGamingAccount> | "Online Gaming Account" |
| <http://xmlns.com/foaf/0.1/Image> | "Image" |
| <http://xmlns.com/foaf/0.1/LabelProperty> | "Label Property" |
| <http://xmlns.com/foaf/0.1/OnlineChatAccount> | "Online Chat Account" |
| <http://xmlns.com/foaf/0.1/Organization> | "Organization" |
| <http://xmlns.com/foaf/0.1/Agent> | "Agent" |
| <http://xmlns.com/foaf/0.1/PersonalProfileDocument> | "PersonalProfileDocument" |
| <http://xmlns.com/foaf/0.1/Project> | "Project" |
| <http://xmlns.com/foaf/0.1/Document> | "Document" |
| <http://xmlns.com/foaf/0.1/Group> | "Group" |
+--------------------------------------------------------+------------------------------------------+
+---------------------------------------------------------+----------------------------+
| t | l |
+---------------------------------------------------------+----------------------------+
| <http://purl.org/dc/elements/1.1/rights> | |
| <http://purl.org/dc/elements/1.1/identifier> | |
| <http://purl.org/dc/elements/1.1/date> | |
| <http://purl.org/dc/elements/1.1/title> | |
| <http://purl.org/dc/elements/1.1/contributor> | |
| <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> | |
| <http://purl.org/vocab/frbr/core#exemplarOf> | "exemplar of"@en |
| <http://purl.org/vocab/frbr/core#transformationOf> | "transformation of"@en |
| <http://purl.org/vocab/frbr/core#successor> | "successor"@en |
| <http://purl.org/vocab/frbr/core#embodimentOf> | "embodiment of"@en |
| <http://purl.org/vocab/frbr/core#creatorOf> | "creator of"@en |
| <http://purl.org/vocab/frbr/core#responsibleEntity> | "responsible entity"@en |
| <http://purl.org/vocab/frbr/core#arrangement> | "arrangement"@en |
| <http://purl.org/dc/terms/hasFormat> | |
| <http://purl.org/vocab/frbr/core#adaption> | "adaption"@en |
| <http://purl.org/vocab/frbr/core#complement> | "complement"@en |
| <http://purl.org/vocab/frbr/core#summarizationOf> | "summarization of"@en |
| <http://web.resource.org/cc/permits> | |
| <http://purl.org/vocab/frbr/core#owner> | "owner"@en |
| <http://purl.org/vocab/frbr/core#reconfiguration> | "reconfiguration"@en |
| <http://purl.org/vocab/frbr/core#reconfigurationOf> | "reconfiguration of"@en |
| <http://purl.org/vocab/frbr/core#producer> | "producer"@en |
| <http://purl.org/vocab/frbr/core#summarization> | "summarization"@en |
| <http://purl.org/dc/elements/1.1/format> | |
| <http://purl.org/vocab/frbr/core#reproduction> | "reproduction"@en |
| <http://purl.org/vocab/frbr/core#creator> | "creator"@en |
| <http://purl.org/vocab/frbr/core#realizationOf> | "realization of"@en |
| <http://purl.org/vocab/frbr/core#subject> | "subject"@en |
| <http://purl.org/vocab/frbr/core#realizerOf> | "realizer of"@en |
| <http://purl.org/vocab/frbr/core#abridgement> | "abridgement"@en |
| <http://web.resource.org/cc/requires> | |
| <http://purl.org/vocab/frbr/core#reproductionOf> | "reproduction of"@en |
| <http://purl.org/vocab/frbr/core#imitation> | "imitation"@en |
| <http://purl.org/vocab/frbr/core#translation> | "translation"@en |
| <http://purl.org/vocab/frbr/core#abridgementOf> | "abridgement of"@en |
| <http://purl.org/vocab/frbr/core#imitationOf> | "imitation of"@en |
| <http://purl.org/vocab/frbr/core#realizer> | "realizer"@en |
| <http://purl.org/vocab/frbr/core#exemplar> | "exemplar"@en |
| <http://purl.org/vocab/frbr/core#part> | "part"@en |
| <http://purl.org/vocab/frbr/core#ownerOf> | "owner of"@en |
| <http://purl.org/vocab/frbr/core#complementOf> | "complement of"@en |
| <http://purl.org/vocab/frbr/core#transformation> | "transformation"@en |
| <http://purl.org/vocab/frbr/core#arrangementOf> | "arrangement of"@en |
| <http://purl.org/vocab/frbr/core#translationOf> | "translation of"@en |
| <http://purl.org/vocab/frbr/core#supplement> | "supplement"@en |
| <http://purl.org/vocab/frbr/core#alternate> | "alternate"@en |
| <http://purl.org/vocab/frbr/core#responsibleEntityOf> | "responsible entity of"@en |
| <http://purl.org/vocab/frbr/core#revision> | "revision"@en |
| <http://purl.org/vocab/frbr/core#realization> | "realization"@en |
| <http://purl.org/vocab/frbr/core#adaptionOf> | "adaption of"@en |
| <http://purl.org/vocab/frbr/core#relatedEndeavour> | "related endeavour"@en |
| <http://purl.org/vocab/frbr/core#supplementOf> | "supplement of"@en |
| <http://purl.org/vocab/frbr/core#embodiment> | "embodiment"@en |
| <http://purl.org/vocab/frbr/core#alternateOf> | "alternate of"@en |
| <http://purl.org/vocab/frbr/core#successorOf> | "successor of"@en |
| <http://purl.org/vocab/frbr/core#revisionOf> | "revision of"@en |
| <http://purl.org/vocab/frbr/core#partOf> | "part of"@en |
| <http://purl.org/vocab/frbr/core#producerOf> | "producer of"@en |
| <http://purl.org/vocab/frbr/core#LiteraryWork> | "literary work"@en |
| <http://xmlns.com/foaf/0.1/Person> | |
| <http://purl.org/vocab/frbr/core#Work> | "work"@en |
| <http://purl.org/vocab/frbr/core#Manifestation> | "manifestation"@en |
| <http://xmlns.com/wordnet/1.6/Work~2> | |
| <http://web.resource.org/cc/Permission> | |
| <http://purl.org/vocab/frbr/core#Expression> | "expression"@en |
| <http://purl.org/vocab/frbr/core#Concept> | "concept"@en |
| <http://purl.org/vocab/frbr/core#ClassicalWork> | "classical work"@en |
| <http://www.w3.org/2004/02/skos/core#Concept> | |
| <http://purl.org/vocab/frbr/core#Place> | "place"@en |
| <http://purl.org/vocab/frbr/core#ResponsibleEntity> | "responsible entity"@en |
| <http://purl.org/vocab/frbr/core#Event> | "event"@en |
| <http://web.resource.org/cc/Requirement> | |
| <http://purl.org/vocab/frbr/core#MovingImage> | "moving image"@en |
| <http://purl.org/dc/terms/IMT> | |
| <http://purl.org/vocab/frbr/core#Data> | "data"@en |
| <http://purl.org/dc/dcmitype/Text> | |
| <http://purl.org/vocab/frbr/core#Image> | "image"@en |
| <http://purl.org/vocab/frbr/core#Text> | "text"@en |
| <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> | |
| <http://purl.org/vocab/frbr/core#Sound> | "sound"@en |
| <http://purl.org/vocab/frbr/core#LegalWork> | "legal work"@en |
| <http://purl.org/vocab/frbr/core#ScholarlyWork> | "scholarly work"@en |
| <http://purl.org/vocab/frbr/core#Subject> | "subject"@en |
| <http://purl.org/vocab/frbr/core#Performance> | "performance"@en |
| <http://purl.org/vocab/frbr/core#CorporateBody> | "corporate body"@en |
| <http://xmlns.com/foaf/0.1/Organization> | |
| <http://purl.org/vocab/frbr/core#Person> | "person"@en |
| <http://purl.org/vocab/frbr/core#Endeavour> | "endeavour"@en |
| <http://purl.org/vocab/frbr/core#Object> | "object"@en |
| <http://purl.org/vocab/frbr/core#Item> | "item"@en |
| <http://web.resource.org/cc/License> | |
| <http://xmlns.com/foaf/0.1/Group> | |
| <http://www.isi.edu/~pan/damltime/time-entry.owl#Event> | |
+---------------------------------------------------------+----------------------------+
+--------------------------------------------------------+----------------+
| t | l |
+--------------------------------------------------------+----------------+
| <http://www.w3.org/2003/01/geo/wgs84_pos#location> | "location" |
| <http://www.w3.org/2003/01/geo/wgs84_pos#lat_long> | "lat/long" |
| <http://www.w3.org/2003/01/geo/wgs84_pos#lat> | "latitude" |
| <http://www.w3.org/2003/01/geo/wgs84_pos#alt> | "altitude" |
| <http://www.w3.org/2003/01/geo/wgs84_pos#long> | "longitude" |
| <http://www.w3.org/2003/01/geo/wgs84_pos#Point> | "point" |
| <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> | "SpatialThing" |
+--------------------------------------------------------+----------------+
+---------------------------------------------------------+------------------------------------+
| t | l |
+---------------------------------------------------------+------------------------------------+
| <http://www.geonames.org/ontology#population> | "population"@en |
| <http://www.geonames.org/ontology#officialName> | "official name"@en |
| <http://www.w3.org/2004/02/skos/core#definition> | |
| <http://www.geonames.org/ontology#postalCode> | "postal code"@en |
| <http://www.geonames.org/ontology#shortName> | "short name"@en |
| <http://www.w3.org/2004/02/skos/core#prefLabel> | "preferred label"@en |
| <http://www.w3.org/2004/02/skos/core#altLabel> | "alternative label"@en |
| <http://www.geonames.org/ontology#countryCode> | "ISO country code"@en |
| <http://www.geonames.org/ontology#alternateName> | |
| <http://www.geonames.org/ontology#name> | "name"@en |
| <http://www.geonames.org/ontology#nearby> | "nearby"@en |
| <http://www.geonames.org/ontology#wikipediaArticle> | "wikipedia article"@en |
| <http://www.geonames.org/ontology#parentADM3> | "level 3 administrative parent"@en |
| <http://www.geonames.org/ontology#featureClass> | "feature class"@en |
| <http://www.geonames.org/ontology#locationMap> | "map"@en |
| <http://www.geonames.org/ontology#parentADM2> | "level 2 administrative parent"@en |
| <http://www.geonames.org/ontology#parentCountry> | "parent country"@en |
| <http://www.geonames.org/ontology#parentADM1> | "level 1 administrative parent"@en |
| <http://www.geonames.org/ontology#neighbour> | "neighbour"@en |
| <http://www.geonames.org/ontology#featureCode> | "feature code"@en |
| <http://www.geonames.org/ontology#neighbouringFeatures> | "neighbouring features"@en |
| <http://www.geonames.org/ontology#parentFeature> | "parent feature"@en |
| <http://www.geonames.org/ontology#nearbyFeatures> | "nearby features"@en |
| <http://www.geonames.org/ontology#childrenFeatures> | "children features"@en |
| <http://www.geonames.org/ontology#parentADM4> | "level 4 administrative parent"@en |
| <http://purl.org/dc/terms/subject> | |
| <http://www.geonames.org/ontology#locatedIn> | "located in"@en |
| <http://www.w3.org/2004/02/skos/core#inScheme> | |
| <http://www.geonames.org/ontology#RDFData> | "RDF Data"@en |
| <http://www.w3.org/2004/02/skos/core#Concept> | |
| <http://www.geonames.org/ontology#Map> | "Map"@en |
| <http://www.geonames.org/ontology#Feature> | "Feature"@en |
| <http://www.geonames.org/ontology#WikipediaArticle> | "Wikipedia Article"@en |
| <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> | |
| <http://www.w3.org/2004/02/skos/core#ConceptScheme> | |
| <http://www.geonames.org/ontology#Class> | "Class"@en |
| <http://www.geonames.org/ontology#Code> | "Code"@en |
| <http://xmlns.com/foaf/0.1/Document> | |
+---------------------------------------------------------+------------------------------------+
+------------------------------------------------------------------------------+--------------------------------------------------+
| t | l |
+------------------------------------------------------------------------------+--------------------------------------------------+
| <http://purl.org/goodrelations/v1#hasMaxCurrencyValue> | "hasMaxCurrencyValue (1..1)"@en |
| <http://purl.org/goodrelations/v1#hasStockKeepingUnit> | "hasStockKeepingUnit (0..*)"@en |
| <http://purl.org/goodrelations/v1#hasMaxValueInteger> | "hasMaxValueInteger (1..1)"@en |
| <http://purl.org/goodrelations/v1#description> | "description (0..1)"@en |
| <http://purl.org/goodrelations/v1#serialNumber> | "serialNumber (0..*)"@en |
| <http://purl.org/goodrelations/v1#hasValueFloat> | "hasValueFloat (0..1)"@en |
| <http://purl.org/goodrelations/v1#validFrom> | "validFrom (0..1)"@en |
| <http://purl.org/goodrelations/v1#hasCurrency> | "hasCurrency (1..1)"@en |
| <http://purl.org/goodrelations/v1#availabilityStarts> | "availabilityStarts (0..1)"@en |
| <http://purl.org/goodrelations/v1#datatypeProductOrServiceProperty> | "datatypeProductOrServiceProperty (0..*)"@en |
| <http://purl.org/goodrelations/v1#hasValueInteger> | "hasValueInteger (0..1)"@en |
| <http://purl.org/goodrelations/v1#hasMaxValueFloat> | "hasMaxValueFloat (1..1)"@en |
| <http://purl.org/goodrelations/v1#hasMinValueFloat> | "hasMinValueFloat (1..1)"@en |
| <http://purl.org/goodrelations/v1#hasNAICS> | "hasNAICS (0..*)"@en |
| <http://purl.org/goodrelations/v1#isListPrice> | "isListPrice (DEPRECATED)"@en |
| <http://purl.org/goodrelations/v1#hasDUNS> | "hasDUNS (0..1)"@en |
| <http://purl.org/goodrelations/v1#hasGTIN-14> | "hasGTIN-14 (0..*)"@en |
| <http://purl.org/goodrelations/v1#valueAddedTaxIncluded> | "valueAddedTaxIncluded (0..1)"@en |
| <http://purl.org/goodrelations/v1#hasGlobalLocationNumber> | "hasGlobalLocationNumber (0..1)"@en |
| <http://purl.org/goodrelations/v1#hasMinValueInteger> | "hasMinValueInteger (1..1)"@en |
| <http://purl.org/goodrelations/v1#hasMPN> | "hasMPN (0..*)"@en |
| <http://purl.org/goodrelations/v1#validThrough> | "validThrough (0..1)"@en |
| <http://purl.org/goodrelations/v1#category> | "category (0..*)"@en |
| <http://purl.org/goodrelations/v1#durationOfWarrantyInMonths> | "durationOfWarrantyInMonths (0..1)"@en |
| <http://purl.org/goodrelations/v1#hasCurrencyValue> | "hasCurrencyValue (0..1)"@en |
| <http://purl.org/goodrelations/v1#availabilityEnds> | "availabilityEnds (0..1)"@en |
| <http://purl.org/goodrelations/v1#closes> | "closes (1..1)"@en |
| <http://purl.org/goodrelations/v1#hasMinCurrencyValue> | "hasMinCurrencyValue (1..1)"@en |
| <http://purl.org/goodrelations/v1#eligibleRegions> | "eligibleRegions (0..*)"@en |
| <http://purl.org/goodrelations/v1#hasISICv4> | "hasISICv4 (0..*)"@en |
| <http://purl.org/goodrelations/v1#legalName> | "legalName (0..1)"@en |
| <http://purl.org/goodrelations/v1#amountOfThisGood> | "amountOfThisGood (1..1)"@en |
| <http://purl.org/goodrelations/v1#hasEAN_UCC-13> | "hasEAN_UCC-13 (0..*)"@en |
| <http://purl.org/goodrelations/v1#hasMinValue> | "hasMinValue (0..1)"@en |
| <http://purl.org/goodrelations/v1#condition> | "condition (0..1)"@en |
| <http://purl.org/goodrelations/v1#color> | "color (0..1)"@en |
| <http://purl.org/goodrelations/v1#name> | "name (0..1)"@en |
| <http://purl.org/goodrelations/v1#hasValue> | "hasValue (0..1)"@en |
| <http://purl.org/goodrelations/v1#opens> | "opens (1..1)"@en |
| <http://purl.org/goodrelations/v1#hasMaxValue> | "hasMaxValue (0..1)"@en |
| <http://purl.org/goodrelations/v1#billingIncrement> | "billingIncrement (0..1)"@en |
| <http://purl.org/goodrelations/v1#priceType> | "priceType (0..1)"@en |
| <http://purl.org/goodrelations/v1#hasUnitOfMeasurement> | "hasUnitOfMeasurement (1..1)"@en |
| <http://purl.org/goodrelations/v1#isVariantOf> | "isVariantOf (0..1)"@en |
| <http://purl.org/goodrelations/v1#equal> | "equal (0..*)"@en |
| <http://purl.org/goodrelations/v1#lesser> | "lesser (0..*)"@en |
| <http://purl.org/goodrelations/v1#hasNext> | "hasNext (1..1)"@en |
| <http://purl.org/goodrelations/v1#includesObject> | "includesObject (0..*)"@en |
| <http://purl.org/goodrelations/v1#isSimilarTo> | "isSimilarTo (0..*)"@en |
| <http://purl.org/goodrelations/v1#valueReference> | "valueReference (0..*)"@en |
| <http://purl.org/goodrelations/v1#offers> | "offers (0..*)"@en |
| <http://purl.org/goodrelations/v1#acceptedPaymentMethods> | "acceptedPaymentMethods (0..*)"@en |
| <http://purl.org/goodrelations/v1#depth> | "depth (0..1)"@en |
| <http://purl.org/goodrelations/v1#appliesToPaymentMethod> | "appliesToPaymentMethod (1..*)"@en |
| <http://purl.org/goodrelations/v1#addOn> | "addOn (0..*)"@en |
| <http://purl.org/goodrelations/v1#hasPrevious> | "hasPrevious (1..1)"@en |
| <http://purl.org/goodrelations/v1#hasPriceSpecification> | "hasPriceSpecification (0..*)"@en |
| <http://purl.org/goodrelations/v1#qualitativeProductOrServiceProperty> | "qualitativeProductOrServiceProperty (0..*)"@en |
| <http://purl.org/goodrelations/v1#typeOfGood> | "typeOfGood (1..1)"@en |
| <http://purl.org/goodrelations/v1#hasMakeAndModel> | "hasMakeAndModel (0..1)"@en |
| <http://purl.org/goodrelations/v1#appliesToDeliveryMethod> | "appliesToDeliveryMethod (0..*)"@en |
| <http://purl.org/goodrelations/v1#availableAtOrFrom> | "availableAtOrFrom (0..*)"@en |
| <http://purl.org/goodrelations/v1#eligibleDuration> | "eligibleDuration (0..1)"@en |
| <http://purl.org/goodrelations/v1#advanceBookingRequirement> | "advanceBookingRequirement (0..1)"@en |
| <http://purl.org/goodrelations/v1#greater> | "greater (0..*)"@en |
| <http://purl.org/goodrelations/v1#lesserOrEqual> | "lesserOrEqual (0..*)"@en |
| <http://purl.org/goodrelations/v1#quantitativeProductOrServiceProperty> | "quantitativeProductOrServiceProperty (0..*)"@en |
| <http://purl.org/goodrelations/v1#hasOpeningHoursSpecification> | "hasOpeningHoursSpecification (0..*)"@en |
| <http://purl.org/goodrelations/v1#hasBusinessFunction> | "hasBusinessFunction (1..*)"@en |
| <http://purl.org/goodrelations/v1#successorOf> | "successorOf (0..*)"@en |
| <http://purl.org/goodrelations/v1#hasInventoryLevel> | "hasInventoryLevel (0..1)"@en |
| <http://purl.org/goodrelations/v1#eligibleCustomerTypes> | "eligibleCustomerTypes (0..*)"@en |
| <http://purl.org/goodrelations/v1#hasWarrantyScope> | "hasWarrantyScope (0..1)"@en |
| <http://purl.org/goodrelations/v1#deliveryLeadTime> | "deliveryLeadTime (0..1)"@en |
| <http://purl.org/goodrelations/v1#owns> | "owns (0..*)"@en |
| <http://purl.org/goodrelations/v1#includes> | "includes (0..1)"@en |
| <http://purl.org/goodrelations/v1#hasPOS> | "hasPOS (0..*)"@en |
| <http://purl.org/goodrelations/v1#hasEligibleQuantity> | "hasEligibleQuantity (0..1)"@en |
| <http://purl.org/goodrelations/v1#isAccessoryOrSparePartFor> | "isAccessoryOrSparePartFor (0..*)"@en |
| <http://purl.org/goodrelations/v1#hasManufacturer> | "hasManufacturer (0..1)"@en |
| <http://purl.org/goodrelations/v1#eligibleTransactionVolume> | "eligibleTransactionVolume (0..1)"@en |
| <http://purl.org/goodrelations/v1#predecessorOf> | "predecessorOf (0..*)"@en |
| <http://purl.org/goodrelations/v1#hasOpeningHoursDayOfWeek> | "hasOpeningHoursDayOfWeek (1..*)"@en |
| <http://purl.org/goodrelations/v1#weight> | "weight (0..1)"@en |
| <http://purl.org/goodrelations/v1#greaterOrEqual> | "greaterOrEqual (0..*)"@en |
| <http://purl.org/goodrelations/v1#height> | "height (0..1)"@en |
| <http://purl.org/goodrelations/v1#hasWarrantyPromise> | "hasWarrantyPromise (0..*)"@en |
| <http://purl.org/goodrelations/v1#seeks> | "seeks (0..*)"@en |
| <http://purl.org/goodrelations/v1#nonEqual> | "nonEqual (0..*)"@en |
| <http://purl.org/goodrelations/v1#width> | "width (0..1)"@en |
| <http://purl.org/goodrelations/v1#availableDeliveryMethods> | "availableDeliveryMethods (0..*)"@en |
| <http://purl.org/goodrelations/v1#isConsumableFor> | "isConsumableFor (0..*)"@en |
| <http://purl.org/goodrelations/v1#QuantitativeValue> | "QuantitativeValue"@en |
| <http://purl.org/goodrelations/v1#PaymentMethod> | "PaymentMethod"@en |
| <http://purl.org/goodrelations/v1#DayOfWeek> | "DayOfWeek"@en |
| <http://purl.org/goodrelations/v1#N-Ary-Relations> | "N-Ary-Relations"@en |
| <http://purl.org/goodrelations/v1#DeliveryMethod> | "DeliveryMethod"@en |
| <http://purl.org/goodrelations/v1#QualitativeValue> | "QualitativeValue"@en |
| <http://purl.org/goodrelations/v1#ActualProductOrServiceInstance> | "ActualProductOrServiceInstance"@en |
| <http://purl.org/goodrelations/v1#DeliveryModeParcelService> | "DeliveryModeParcelService"@en |
| <http://purl.org/goodrelations/v1#OpeningHoursSpecification> | "OpeningHoursSpecification"@en |
| <http://purl.org/goodrelations/v1#WarrantyPromise> | "WarrantyPromise"@en |
| <http://purl.org/goodrelations/v1#DeliveryChargeSpecification> | "DeliveryChargeSpecification"@en |
| <http://purl.org/goodrelations/v1#QuantitativeValueFloat> | "QuantitativeValueFloat"@en |
| <http://purl.org/goodrelations/v1#BusinessEntityType> | "BusinessEntityType"@en |
| <http://purl.org/goodrelations/v1#BusinessFunction> | "BusinessFunction"@en |
| <http://purl.org/goodrelations/v1#ProductOrServiceModel> | "ProductOrServiceModel"@en |
| <http://purl.org/goodrelations/v1#BusinessEntity> | "BusinessEntity"@en |
| <http://purl.org/goodrelations/v1#QuantitativeValueInteger> | "QuantitativeValueInteger"@en |
| <http://purl.org/goodrelations/v1#LocationOfSalesOrServiceProvisioning> | "LocationOfSalesOrServiceProvisioning"@en |
| <http://purl.org/goodrelations/v1#PriceSpecification> | "PriceSpecification"@en |
| <http://purl.org/goodrelations/v1#UnitPriceSpecification> | "UnitPriceSpecification"@en |
| <http://purl.org/goodrelations/v1#WarrantyScope> | "WarrantyScope"@en |
| <http://purl.org/goodrelations/v1#PaymentChargeSpecification> | "PaymentChargeSpecification"@en |
| <http://purl.org/goodrelations/v1#PaymentMethodCreditCard> | "PaymentMethodCreditCard"@en |
| <http://purl.org/goodrelations/v1#ProductOrService> | "ProductOrService"@en |
| <http://purl.org/goodrelations/v1#ProductOrServicesSomeInstancesPlaceholder> | "ProductOrServicesSomeInstancesPlaceholder"@en |
| <http://purl.org/goodrelations/v1#Offering> | "Offering"@en |
| <http://purl.org/goodrelations/v1#TypeAndQuantityNode> | "TypeAndQuantityNode"@en |
+------------------------------------------------------------------------------+--------------------------------------------------+
+--------------------------------------------------------+------------------------------------------+
| t | l |
+--------------------------------------------------------+------------------------------------------+
| <http://www.w3.org/2002/12/cal/ical#requestStatus> | "REQUEST-STATUS" |
| <http://www.w3.org/2002/12/cal/ical#contact> | "CONTACT" |
| <http://www.w3.org/2002/12/cal/ical#repeat> | "REPEAT" |
| <http://www.w3.org/2002/12/cal/ical#X-> | "Any property name with a \"X-\" prefix" |
| <http://www.w3.org/2002/12/cal/ical#class> | "CLASS" |
| <http://www.w3.org/2002/12/cal/ical#uid> | "UID" |
| <http://www.w3.org/2002/12/cal/ical#action> | "ACTION" |
| <http://www.w3.org/2002/12/cal/ical#priority> | "PRIORITY" |
| <http://www.w3.org/2002/12/cal/ical#sequence> | "SEQUENCE" |
| <http://www.w3.org/2002/12/cal/ical#location> | "LOCATION" |
| <http://www.w3.org/2002/12/cal/ical#tzoffsetfrom> | "TZOFFSETFROM" |
| <http://www.w3.org/2002/12/cal/ical#comment> | "COMMENT" |
| <http://www.w3.org/2002/12/cal/ical#percentComplete> | "PERCENT-COMPLETE" |
| <http://www.w3.org/2002/12/cal/ical#status> | "STATUS" |
| <http://www.w3.org/2002/12/cal/ical#description> | "DESCRIPTION" |
| <http://www.w3.org/2002/12/cal/ical#method> | "METHOD" |
| <http://www.w3.org/2002/12/cal/ical#version> | "VERSION" |
| <http://www.w3.org/2002/12/cal/ical#summary> | "SUMMARY" |
| <http://www.w3.org/2002/12/cal/ical#tzname> | "TZNAME" |
| <http://www.w3.org/2002/12/cal/ical#categories> | "CATEGORIES" |
| <http://www.w3.org/2002/12/cal/ical#resources> | "RESOURCES" |
| <http://www.w3.org/2002/12/cal/ical#tzid> | "TZID" |
| <http://www.w3.org/2002/12/cal/ical#tzoffsetto> | "TZOFFSETTO" |
| <http://www.w3.org/2002/12/cal/ical#relatedTo> | "RELATED-TO" |
| <http://www.w3.org/2002/12/cal/ical#prodid> | "PRODID" |
| <http://www.w3.org/2002/12/cal/ical#calscale> | "CALSCALE" |
| <http://www.w3.org/2002/12/cal/ical#transp> | "TRANSP" |
| <http://www.w3.org/2002/12/cal/ical#rdate> | "RDATE" |
| <http://www.w3.org/2002/12/cal/ical#trigger> | "TRIGGER" |
| <http://www.w3.org/2002/12/cal/ical#completed> | "COMPLETED" |
| <http://www.w3.org/2002/12/cal/ical#dtend> | "DTEND" |
| <http://www.w3.org/2002/12/cal/ical#geo> | "GEO" |
| <http://www.w3.org/2002/12/cal/ical#exdate> | "EXDATE" |
| <http://www.w3.org/2002/12/cal/ical#recurrenceId> | "RECURRENCE-ID" |
| <http://www.w3.org/2002/12/cal/ical#organizer> | "ORGANIZER" |
| <http://www.w3.org/2002/12/cal/ical#exrule> | "EXRULE" |
| <http://www.w3.org/2002/12/cal/ical#duration> | "DURATION" |
| <http://www.w3.org/2002/12/cal/ical#attendee> | "ATTENDEE" |
| <http://www.w3.org/2002/12/cal/ical#lastModified> | "LAST-MODIFIED" |
| <http://www.w3.org/2002/12/cal/ical#freebusy> | "FREEBUSY" |
| <http://www.w3.org/2002/12/cal/ical#due> | "DUE" |
| <http://www.w3.org/2002/12/cal/ical#rrule> | "RRULE" |
| <http://www.w3.org/2002/12/cal/ical#dtstart> | "DTSTART" |
| <http://purl.org/dc/elements/1.1/source> | |
| <http://www.w3.org/2002/12/cal/ical#attach> | "ATTACH" |
| <http://www.w3.org/2002/12/cal/ical#dtstamp> | "DTSTAMP" |
| <http://www.w3.org/2002/12/cal/ical#url> | "URL" |
| <http://www.w3.org/2002/12/cal/ical#tzurl> | "TZURL" |
| <http://www.w3.org/2002/12/cal/ical#created> | "CREATED" |
| <http://www.w3.org/2002/12/cal/ical#Value_PERIOD> | |
| <http://www.w3.org/2002/12/cal/ical#Valarm> | "VALARM" |
| <http://www.w3.org/2002/12/cal/ical#Vevent> | "VEVENT" |
| <http://www.w3.org/2002/12/cal/ical#Value_DATE-TIME> | |
| <http://www.w3.org/2002/12/cal/ical#Value_DURATION> | |
| <http://www.w3.org/2002/12/cal/ical#Vfreebusy> | "VFREEBUSY" |
| <http://www.w3.org/2002/12/cal/ical#Value_RECUR> | |
| <http://www.w3.org/2002/12/cal/ical#Vjournal> | "VJOURNAL" |
| <http://www.w3.org/2002/12/cal/ical#DomainOf_rrule> | |
| <http://www.w3.org/2002/12/cal/ical#Vtodo> | "VTODO" |
| <http://www.w3.org/2002/12/cal/ical#List_of_Float> | |
| <http://www.w3.org/2002/12/cal/ical#Vtimezone> | "VTIMEZONE" |
| <http://www.w3.org/2002/12/cal/ical#Value_CAL-ADDRESS> | |
| <http://www.w3.org/2002/12/cal/ical#Value_DATE> | |
+--------------------------------------------------------+------------------------------------------+
+-----------------------------------------------------+---------------------------------+
| t | l |
+-----------------------------------------------------+---------------------------------+
| <http://purl.org/ontology/mo/bitsPerSample> | |
| <http://purl.org/ontology/mo/sampleRate> | |
| <http://purl.org/ontology/mo/tempo> | "tempo" |
| <http://purl.org/ontology/mo/track_count> | "track count" |
| <http://purl.org/ontology/mo/movement_number> | "movement number" |
| <http://purl.org/ontology/mo/track_number> | "track number" |
| <http://purl.org/ontology/mo/record_side> | "has record side" |
| <http://purl.org/ontology/mo/upc> | "upc" |
| <http://purl.org/ontology/mo/musicbrainz_guid> | "Musicbrainz GUID" |
| <http://purl.org/ontology/mo/activity_end> | "activity end" |
| <http://purl.org/ontology/mo/meter> | "meter" |
| <http://purl.org/ontology/mo/trmid> | "trmid" |
| <http://purl.org/ontology/mo/channels> | |
| <http://purl.org/ontology/mo/trackNum> | |
| <http://purl.org/ontology/mo/record_number> | "has record number" |
| <http://purl.org/ontology/mo/bpm> | "bpm" |
| <http://purl.org/ontology/mo/opus> | "opus" |
| <http://purl.org/ontology/mo/movementNum> | |
| <http://purl.org/ontology/mo/catalogue_number> | "catalogue number" |
| <http://purl.org/ontology/mo/ipi> | "ipi" |
| <http://purl.org/ontology/mo/ismn> | "ismn" |
| <http://purl.org/ontology/mo/record_count> | "record count" |
| <http://purl.org/ontology/mo/puid> | "puid" |
| <http://purl.org/ontology/mo/iswc> | "iswc" |
| <http://purl.org/ontology/mo/ean> | "ean" |
| <http://purl.org/ontology/mo/encoding> | "encoding" |
| <http://purl.org/ontology/mo/grid> | "GRid" |
| <http://purl.org/ontology/mo/text> | "text" |
| <http://purl.org/ontology/mo/isrc> | "isrc" |
| <http://purl.org/ontology/mo/lc> | "lc" |
| <http://purl.org/ontology/mo/activity_start> | "activity start" |
| <http://purl.org/ontology/mo/gtin> | "gtin" |
| <http://purl.org/ontology/mo/sample_rate> | |
| <http://purl.org/ontology/mo/uuid> | "universally unique identifier" |
| <http://purl.org/ontology/mo/onlinecommunity> | "onlinecommunity" |
| <http://purl.org/ontology/mo/fanpage> | "fanpage" |
| <http://purl.org/ontology/mo/published> | "published" |
| <http://purl.org/ontology/mo/possess_item> | "possess_item" |
| <http://purl.org/ontology/mo/release_type> | |
| <http://purl.org/ontology/mo/sampled> | "sampled" |
| <http://purl.org/ontology/mo/member> | "member" |
| <http://purl.org/ontology/mo/has_track> | |
| <http://purl.org/ontology/mo/movement> | "has_movement" |
| <http://purl.org/ontology/mo/preview> | |
| <http://purl.org/ontology/mo/sampled_version> | "sampled version" |
| <http://purl.org/ontology/mo/paid_download> | "paid download" |
| <http://purl.org/ontology/mo/produced_score> | "produced score" |
| <http://purl.org/ontology/mo/exchange_item> | "exchange_item" |
| <http://purl.org/ontology/mo/release> | "release" |
| <http://purl.org/ontology/mo/producer> | "producer" |
| <http://purl.org/ontology/mo/produced_sound> | "produced sound" |
| <http://purl.org/ontology/mo/performed> | "performed" |
| <http://purl.org/ontology/mo/signal> | "signal" |
| <http://purl.org/ontology/mo/wikipedia> | "wikipedia" |
| <http://purl.org/ontology/mo/amazon_asin> | "amazon_asin" |
| <http://purl.org/ontology/mo/listened> | "listened" |
| <http://purl.org/ontology/mo/instrument> | |
| <http://purl.org/ontology/mo/release_status> | |
| <http://purl.org/ontology/mo/produced> | "produced" |
| <http://purl.org/ontology/mo/arrangement_of> | "arrangement of" |
| <http://purl.org/ontology/mo/published_as> | "published as" |
| <http://purl.org/ontology/mo/member_of> | "member_of" |
| <http://purl.org/ontology/mo/publication_of> | "publication of" |
| <http://purl.org/ontology/mo/remixed> | "remixed" |
| <http://purl.org/ontology/mo/compilation_of> | "compilation_of" |
| <http://purl.org/ontology/mo/publishingLocation> | |
| <http://purl.org/ontology/mo/usedInRecording> | |
| <http://purl.org/ontology/mo/lyrics> | "lyrics" |
| <http://purl.org/ontology/mo/producesSignal> | |
| <http://purl.org/ontology/mo/musicmoz> | "musicmoz" |
| <http://purl.org/ontology/mo/origin> | "origin" |
| <http://purl.org/ontology/mo/releaseType> | |
| <http://purl.org/ontology/mo/musicbrainz> | "musicbrainz" |
| <http://purl.org/ontology/mo/track> | "track" |
| <http://purl.org/ontology/mo/event_homepage> | "event homepage" |
| <http://purl.org/ontology/mo/djmixed_by> | "djmixed_by" |
| <http://purl.org/ontology/mo/recorded_as> | "recorded as" |
| <http://purl.org/ontology/mo/remaster_of> | "remaster_of" |
| <http://purl.org/ontology/mo/mailorder> | "mailorder" |
| <http://purl.org/ontology/mo/item> | |
| <http://purl.org/ontology/mo/eventHomePage> | |
| <http://purl.org/ontology/mo/recorded_in> | "recorded in" |
| <http://purl.org/ontology/mo/review> | "review" |
| <http://purl.org/ontology/mo/compiler> | "compiler" |
| <http://purl.org/ontology/mo/engineer> | |
| <http://purl.org/ontology/mo/derived_from> | "derived from" |
| <http://purl.org/ontology/mo/primary_instrument> | "primary instrument" |
| <http://purl.org/ontology/mo/medley_of> | "medley_of" |
| <http://purl.org/ontology/mo/engineered> | "engineered" |
| <http://purl.org/ontology/mo/recordedAs> | |
| <http://purl.org/ontology/mo/composer> | "composer" |
| <http://purl.org/ontology/mo/olga> | "olga" |
| <http://purl.org/ontology/mo/producesSound> | |
| <http://purl.org/ontology/mo/group> | "group" |
| <http://purl.org/ontology/mo/interpreter> | "has interpeter" |
| <http://purl.org/ontology/mo/licence> | "licence" |
| <http://purl.org/ontology/mo/homepage> | "homepage" |
| <http://purl.org/ontology/mo/produced_signal_group> | "produced signal group" |
| <http://purl.org/ontology/mo/releaseStatus> | |
| <http://purl.org/ontology/mo/publicationOf> | |
| <http://purl.org/ontology/mo/image> | "image" |
| <http://purl.org/ontology/mo/performer> | |
| <http://purl.org/ontology/mo/contains_sample_from> | "contains_sample_from" |
| <http://purl.org/ontology/mo/sampled_version_of> | "sampled version of" |
| <http://purl.org/ontology/mo/singer> | |
| <http://purl.org/ontology/mo/discography> | "discography" |
| <http://purl.org/ontology/mo/download> | "download" |
| <http://purl.org/ontology/mo/encodes> | "encodes" |
| <http://purl.org/ontology/mo/conducted> | "conducted" |
| <http://purl.org/ontology/mo/other_release_of> | "other_release_of" |
| <http://purl.org/ontology/mo/label> | "label" |
| <http://purl.org/ontology/mo/usesSound> | |
| <http://purl.org/ontology/mo/producesWork> | |
| <http://purl.org/ontology/mo/genre> | "genre" |
| <http://purl.org/ontology/mo/want_item> | "want_item" |
| <http://purl.org/ontology/mo/produced_signal> | "produced signal" |
| <http://purl.org/ontology/mo/conductor> | |
| <http://purl.org/ontology/mo/available_as> | |
| <http://purl.org/ontology/mo/mashup_of> | "mashup_of" |
| <http://purl.org/ontology/mo/record> | "released record" |
| <http://purl.org/ontology/mo/sampler> | "sampler" |
| <http://purl.org/ontology/mo/usesWork> | |
| <http://purl.org/ontology/mo/sell_item> | "sell_item" |
| <http://purl.org/ontology/mo/arranged_in> | "arranged in" |
| <http://purl.org/ontology/mo/free_download> | "free download" |
| <http://purl.org/ontology/mo/media_type> | "has media type" |
| <http://purl.org/ontology/mo/freedownload> | |
| <http://purl.org/ontology/mo/djmix_of> | "djmix_of" |
| <http://purl.org/ontology/mo/membership> | "membership" |
| <http://purl.org/ontology/mo/tribute_to> | "tribute_to" |
| <http://purl.org/ontology/mo/biography> | "biography" |
| <http://purl.org/ontology/mo/remix_of> | "remix_of" |
| <http://purl.org/ontology/mo/headliner> | "headliner" |
| <http://purl.org/ontology/mo/myspace> | "myspace" |
| <http://purl.org/ontology/mo/usedInPerformance> | |
| <http://purl.org/ontology/mo/performed_in> | "performed in" |
| <http://purl.org/ontology/mo/composed_in> | "composed in" |
| <http://purl.org/ontology/mo/key> | "key" |
| <http://purl.org/ontology/mo/signalTime> | |
| <http://purl.org/ontology/mo/translation_of> | "translation_of" |
| <http://purl.org/ontology/mo/remixer> | "remixer" |
| <http://purl.org/ontology/mo/imdb> | "imdb" |
| <http://purl.org/ontology/mo/records> | "records" |
| <http://purl.org/ontology/mo/sampledVersionOf> | |
| <http://purl.org/ontology/mo/djmixed> | "djmixed" |
| <http://purl.org/ontology/mo/listener> | |
| <http://purl.org/ontology/mo/produced_work> | "produced work" |
| <http://purl.org/ontology/mo/availableAs> | |
| <http://purl.org/ontology/mo/publishedAs> | |
| <http://purl.org/ontology/mo/supporting_musician> | "supporting_musician" |
| <http://purl.org/ontology/mo/performance_of> | "performance of" |
| <http://purl.org/ontology/mo/preview_download> | "preview download" |
| <http://purl.org/ontology/mo/recording_of> | "recorded sound" |
| <http://purl.org/ontology/mo/collaborated_with> | "collaborated_with" |
| <http://purl.org/ontology/mo/paiddownload> | |
| <http://purl.org/ontology/mo/similar_to> | "similar_to" |
| <http://purl.org/ontology/mo/compiled> | "compiled" |
| <http://purl.org/ontology/mo/productOfComposition> | |
| <http://purl.org/ontology/mo/discogs> | "discogs" |
| <http://purl.org/ontology/mo/publishing_location> | "publishingLocation" |
| <http://purl.org/ontology/mo/publisher> | "publisher" |
| <http://purl.org/ontology/mo/time> | "time" |
| <http://purl.org/ontology/mo/Arrangement> | "arrangement" |
| <http://purl.org/ontology/mo/ReleaseStatus> | "release status" |
| <http://purl.org/ontology/mo/Score> | "score" |
| <http://purl.org/ontology/mo/SoundEngineer> | "sound engineer" |
| <http://purl.org/ontology/mo/Composition> | "composition" |
| <http://purl.org/ontology/mo/MusicalWork> | "musical work" |
| <http://purl.org/ontology/mo/MusicalExpression> | "musical expression" |
| <http://purl.org/ontology/mo/PublishedScore> | "published score" |
| <http://purl.org/ontology/mo/SignalGroup> | "signal group" |
| <http://purl.org/ontology/mo/AnalogSignal> | "analogue signal" |
| <http://purl.org/ontology/mo/Performer> | "performer" |
| <http://purl.org/ontology/mo/DCC> | "DCC" |
| <http://purl.org/ontology/mo/PublishedLibretto> | "published libretto" |
| <http://purl.org/ontology/mo/MusicalItem> | "MusicalItem" |
| <http://purl.org/ontology/mo/DAT> | "DAT" |
| <http://purl.org/ontology/mo/Vinyl> | "Vinyl" |
| <http://purl.org/ontology/mo/Instrumentation> | "instrumentation" |
| <http://purl.org/ontology/mo/MusicArtist> | "music artist" |
| <http://purl.org/ontology/mo/Arranger> | "arranger" |
| <http://purl.org/ontology/mo/Membership> | "membership" |
| <http://purl.org/ontology/mo/ReleaseType> | "Release type" |
| <http://purl.org/ontology/mo/Conductor> | "conductor" |
| <http://purl.org/ontology/mo/DVDA> | "DVDA" |
| <http://purl.org/ontology/mo/Medium> | "Medium" |
| <http://purl.org/ontology/mo/Stream> | "Stream" |
| <http://purl.org/ontology/mo/ReleaseEvent> | "release event" |
| <http://purl.org/ontology/mo/MagneticTape> | "MagneticTape" |
| <http://purl.org/ontology/mo/Label> | "label" |
| <http://purl.org/ontology/mo/Libretto> | "libretto" |
| <http://purl.org/ontology/mo/MusicGroup> | "music group" |
| <http://purl.org/ontology/mo/Sound> | "sound" |
| <http://purl.org/ontology/mo/Listener> | "listened" |
| <http://purl.org/ontology/mo/AudioFile> | "audio file" |
| <http://purl.org/ontology/mo/CorporateBody> | "corporate body" |
| <http://purl.org/ontology/mo/Genre> | "Genre" |
| <http://purl.org/ontology/mo/RecordingSession> | "recording session" |
| <http://purl.org/ontology/mo/Signal> | "signal" |
| <http://purl.org/ontology/mo/Release> | "release" |
| <http://purl.org/ontology/mo/Festival> | "Festival" |
| <http://purl.org/ontology/mo/Torrent> | "Torrent" |
| <http://purl.org/ontology/mo/Record> | "record" |
| <http://purl.org/ontology/mo/ED2K> | "ED2K" |
| <http://purl.org/ontology/mo/MusicalManifestation> | "musical manifestation" |
| <http://purl.org/ontology/mo/Instrument> | "Instrument" |
| <http://purl.org/ontology/mo/Track> | "rack" |
| <http://purl.org/ontology/mo/Transcription> | "transcription" |
| <http://purl.org/ontology/mo/Recording> | "recording" |
| <http://purl.org/ontology/mo/Movement> | "movement" |
| <http://purl.org/ontology/mo/DigitalSignal> | "digital signal" |
| <http://purl.org/ontology/mo/Orchestration> | "orchestration" |
| <http://purl.org/ontology/mo/CD> | "CD" |
| <http://purl.org/ontology/mo/Composer> | "composer" |
| <http://purl.org/ontology/mo/MD> | "MD" |
| <http://purl.org/ontology/mo/PublishedLyrics> | "published lyrics" |
| <http://purl.org/ontology/mo/Performance> | "performance" |
| <http://purl.org/ontology/mo/SoloMusicArtist> | "solo music artist" |
| <http://purl.org/ontology/mo/SACD> | "SACD" |
| <http://purl.org/ontology/mo/Lyrics> | "lyrics" |
| <http://purl.org/ontology/mo/Show> | "Show" |
+-----------------------------------------------------+---------------------------------+
+--------------------------------------------------------+----------------------------------+
| t | l |
+--------------------------------------------------------+----------------------------------+
| <http://www.w3.org/ns/org#location> | |
| <http://www.w3.org/ns/org#organization> | "organization"@en |
| <http://www.w3.org/ns/org#reportsTo> | "reportsTo"@en |
| <http://www.w3.org/ns/org#remuneration> | "remuneration"@en |
| <http://www.w3.org/ns/org#transitiveSubOrganizationOf> | "transitive sub-organization"@en |
| <http://www.w3.org/ns/org#headOf> | "head of"@en |
| <http://www.w3.org/ns/org#memberDuring> | "memberDuring"@en |
| <http://www.w3.org/ns/org#purpose> | "purpose"@en |
| <http://www.w3.org/ns/org#siteAddress> | "siteAddress"@en |
| <http://www.w3.org/ns/org#hasUnit> | "unit"@en |
| <http://www.w3.org/ns/org#hasMembership> | "membership"@en |
| <http://www.w3.org/ns/org#hasRegisteredSite> | "registeredSite"@en |
| <http://www.w3.org/ns/org#role> | "role"@en |
| <http://www.w3.org/ns/org#member> | "member"@en |
| <http://www.w3.org/ns/org#hasMember> | "member"@en |
| <http://www.w3.org/ns/org#originalOrganization> | "original organization"@en |
| <http://www.w3.org/ns/org#hasSite> | "site"@en |
| <http://www.w3.org/ns/org#basedAt> | "basedAt"@en |
| <http://www.w3.org/ns/org#resultingOrganization> | "resulted in"@en |
| <http://www.w3.org/ns/org#roleProperty> | "roleProperty"@en |
| <http://www.w3.org/ns/org#siteOf> | "site Of"@en |
| <http://www.w3.org/ns/org#memberOf> | "member of"@en |
| <http://www.w3.org/ns/org#subOrganizationOf> | "subOrganization of"@en |
| <http://www.w3.org/ns/org#resultedFrom> | "resulted from"@en |
| <http://www.w3.org/ns/org#classification> | "classification"@en |
| <http://www.w3.org/ns/org#linkedTo> | "linkedTo"@en |
| <http://www.w3.org/ns/org#changedBy> | "changed by"@en |
| <http://www.w3.org/ns/org#hasSubOrganization> | "subOrganization"@en |
| <http://www.w3.org/ns/org#unitOf> | "unit Of"@en |
| <http://www.w3.org/ns/org#hasPrimarySite> | "primarySite"@en |
| <http://www.w3.org/ns/org#identifier> | "identifier"@en |
| <http://www.w3.org/ns/org#location> | |
| <http://www.w3.org/ns/org#identifier> | "identifier"@en |
| <http://www.w3.org/ns/org#organization> | "organization"@en |
| <http://www.w3.org/ns/org#reportsTo> | "reportsTo"@en |
| <http://www.w3.org/ns/org#remuneration> | "remuneration"@en |
| <http://www.w3.org/ns/org#transitiveSubOrganizationOf> | "transitive sub-organization"@en |
| <http://www.w3.org/ns/org#headOf> | "head of"@en |
| <http://www.w3.org/ns/org#memberDuring> | "memberDuring"@en |
| <http://www.w3.org/ns/org#siteAddress> | "siteAddress"@en |
| <http://www.w3.org/ns/org#hasUnit> | "unit"@en |
| <http://www.w3.org/ns/org#hasMembership> | "membership"@en |
| <http://www.w3.org/ns/org#hasRegisteredSite> | "registeredSite"@en |
| <http://www.w3.org/ns/org#role> | "role"@en |
| <http://www.w3.org/ns/org#member> | "member"@en |
| <http://www.w3.org/ns/org#hasMember> | "member"@en |
| <http://www.w3.org/ns/org#originalOrganization> | "original organization"@en |
| <http://www.w3.org/ns/org#hasSite> | "site"@en |
| <http://www.w3.org/ns/org#basedAt> | "basedAt"@en |
| <http://www.w3.org/ns/org#resultingOrganization> | "resulted in"@en |
| <http://www.w3.org/ns/org#siteOf> | "site Of"@en |
| <http://www.w3.org/ns/org#memberOf> | "member of"@en |
| <http://www.w3.org/ns/org#subOrganizationOf> | "subOrganization of"@en |
| <http://www.w3.org/ns/org#resultedFrom> | "resulted from"@en |
| <http://www.w3.org/ns/org#classification> | "classification"@en |
| <http://www.w3.org/ns/org#linkedTo> | "linkedTo"@en |
| <http://www.w3.org/ns/org#changedBy> | "changed by"@en |
| <http://www.w3.org/ns/org#hasSubOrganization> | "subOrganization"@en |
| <http://www.w3.org/ns/org#unitOf> | "unit Of"@en |
| <http://www.w3.org/ns/org#hasPrimarySite> | "primarySite"@en |
| <http://www.w3.org/ns/org#OrganizationalCollaboration> | "Endeavour"@en |
| <http://www.w3.org/ns/org#Membership> | "Membership"@en |
| <http://www.w3.org/ns/org#Role> | "Role"@en |
| <http://www.w3.org/ns/org#Site> | "Site"@en |
| <http://www.w3.org/ns/org#FormalOrganization> | "FormalOrganization"@en |
| <http://www.w3.org/ns/org#ChangeEvent> | "ChangeEvent"@en |
| <http://www.w3.org/ns/org#OrganizationalUnit> | "OrganizationalUnit"@en |
| <http://www.w3.org/ns/org#Organization> | "Organization"@en |
| <http://www.w3.org/ns/org#OrganizationalCollaboration> | "Endeavour"@en |
| <http://www.w3.org/ns/org#Membership> | "Membership"@en |
| <http://www.w3.org/ns/org#Role> | "Role"@en |
| <http://www.w3.org/ns/org#Site> | "Site"@en |
| <http://www.w3.org/ns/org#FormalOrganization> | "FormalOrganization"@en |
| <http://www.w3.org/ns/org#ChangeEvent> | "ChangeEvent"@en |
| <http://www.w3.org/ns/org#OrganizationalUnit> | "OrganizationalUnit"@en |
| <http://www.w3.org/ns/org#Organization> | "Organization"@en |
+--------------------------------------------------------+----------------------------------+
+-----------------------------------------------------------+----------------------------------+
| t | l |
+-----------------------------------------------------------+----------------------------------+
| <http://purl.org/vocab/bio/0.1/principal> | "Principal"@en |
| <http://purl.org/vocab/bio/0.1/immediatelyFollowingEvent> | "Immediately Following Event"@en |
| <http://purl.org/vocab/bio/0.1/immediatelyPrecedingEvent> | "Immediately Preceding Event"@en |
| <http://purl.org/vocab/bio/0.1/concludingEvent> | "Concluding Event"@en |
| <http://purl.org/vocab/bio/0.1/officiator> | "Officiator"@en |
| <http://purl.org/vocab/bio/0.1/olb> | "One-line bio"@en |
| <http://purl.org/vocab/bio/0.1/state> | "State"@en |
| <http://purl.org/vocab/bio/0.1/employer> | "Employer"@en |
| <http://purl.org/vocab/bio/0.1/parent> | "Parent"@en |
| <http://purl.org/vocab/bio/0.1/mother> | "Mother"@en |
| <http://purl.org/vocab/bio/0.1/keywords> | "Key Words"@en |
| <http://purl.org/vocab/bio/0.1/eventInterval> | "Event Interval"@en |
| <http://purl.org/vocab/bio/0.1/organization> | "Organization"@en |
| <http://purl.org/vocab/bio/0.1/father> | "Father"@en |
| <http://purl.org/vocab/bio/0.1/biography> | "Biography"@en |
| <http://purl.org/vocab/bio/0.1/child> | "Child"@en |
| <http://purl.org/vocab/bio/0.1/place> | "Place"@en |
| <http://purl.org/vocab/bio/0.1/witness> | "Witness"@en |
| <http://purl.org/vocab/bio/0.1/spectator> | "Spectator"@en |
| <http://purl.org/vocab/bio/0.1/position> | "Position"@en |
| <http://purl.org/vocab/bio/0.1/followingEvent> | "Following Event"@en |
| <http://purl.org/vocab/bio/0.1/initiatingEvent> | "Initiating Event"@en |
| <http://purl.org/vocab/bio/0.1/date> | "Date"@en |
| <http://purl.org/vocab/bio/0.1/precedingEvent> | "Preceding Event"@en |
| <http://purl.org/vocab/bio/0.1/concurrentEvent> | "Concurrent Event"@en |
| <http://purl.org/vocab/bio/0.1/partner> | "Partner"@en |
| <http://purl.org/vocab/bio/0.1/agent> | "Agent"@en |
| <http://purl.org/vocab/bio/0.1/event> | "Life Event"@en |
| <http://purl.org/vocab/bio/0.1/olb> | "One-line bio"@en |
| <http://purl.org/vocab/bio/0.1/keywords> | "Key Words"@en |
| <http://purl.org/vocab/bio/0.1/principal> | "Principal"@en |
| <http://purl.org/vocab/bio/0.1/immediatelyFollowingEvent> | "Immediately Following Event"@en |
| <http://purl.org/vocab/bio/0.1/immediatelyPrecedingEvent> | "Immediately Preceding Event"@en |
| <http://purl.org/vocab/bio/0.1/concludingEvent> | "Concluding Event"@en |
| <http://purl.org/vocab/bio/0.1/officiator> | "Officiator"@en |
| <http://purl.org/vocab/bio/0.1/state> | "State"@en |
| <http://purl.org/vocab/bio/0.1/employer> | "Employer"@en |
| <http://purl.org/vocab/bio/0.1/parent> | "Parent"@en |
| <http://purl.org/vocab/bio/0.1/mother> | "Mother"@en |
| <http://purl.org/vocab/bio/0.1/eventInterval> | "Event Interval"@en |
| <http://purl.org/vocab/bio/0.1/organization> | "Organization"@en |
| <http://purl.org/vocab/bio/0.1/father> | "Father"@en |
| <http://purl.org/vocab/bio/0.1/child> | "Child"@en |
| <http://purl.org/vocab/bio/0.1/witness> | "Witness"@en |
| <http://purl.org/vocab/bio/0.1/spectator> | "Spectator"@en |
| <http://purl.org/vocab/bio/0.1/position> | "Position"@en |
| <http://purl.org/vocab/bio/0.1/followingEvent> | "Following Event"@en |
| <http://purl.org/vocab/bio/0.1/initiatingEvent> | "Initiating Event"@en |
| <http://purl.org/vocab/bio/0.1/precedingEvent> | "Preceding Event"@en |
| <http://purl.org/vocab/bio/0.1/concurrentEvent> | "Concurrent Event"@en |
| <http://purl.org/vocab/bio/0.1/partner> | "Partner"@en |
| <http://purl.org/vocab/bio/0.1/agent> | "Agent"@en |
| <http://purl.org/vocab/bio/0.1/event> | "Life Event"@en |
| <http://purl.org/vocab/bio/0.1/Promotion> | "Promotion"@en |
| <http://purl.org/vocab/bio/0.1/Employment> | "Employment"@en |
| <http://purl.org/vocab/bio/0.1/Resignation> | "Resignation"@en |
| <http://purl.org/vocab/bio/0.1/Execution> | "Execution"@en |
| <http://purl.org/vocab/bio/0.1/Murder> | "Murder"@en |
| <http://purl.org/vocab/bio/0.1/Adoption> | "Adoption"@en |
| <http://purl.org/vocab/bio/0.1/Graduation> | "Graduation"@en |
| <http://purl.org/vocab/bio/0.1/Retirement> | "Retirement"@en |
| <http://purl.org/vocab/bio/0.1/PositionChange> | "Change of Position"@en |
| <http://purl.org/vocab/bio/0.1/Inauguration> | "Inauguration"@en |
| <http://xmlns.com/foaf/0.1/Person> | |
| <http://purl.org/vocab/bio/0.1/Dismissal> | "Dismissal"@en |
| <http://purl.org/vocab/bio/0.1/Accession> | "Accession"@en |
| <http://purl.org/vocab/bio/0.1/Assassination> | "Assassination"@en |
| <http://purl.org/vocab/bio/0.1/Marriage> | "Marriage"@en |
| <http://purl.org/vocab/bio/0.1/Divorce> | "Divorce"@en |
| <http://purl.org/vocab/bio/0.1/Ordination> | "Ordination"@en |
| <http://purl.org/vocab/bio/0.1/Funeral> | "Funeral"@en |
| <http://purl.org/vocab/bio/0.1/Imprisonment> | "Imprisonment"@en |
| <http://purl.org/vocab/bio/0.1/BasMitzvah> | "BasMitzvah"@en |
| <http://purl.org/vocab/bio/0.1/Event> | "Event"@en |
| <http://purl.org/vocab/bio/0.1/Emigration> | "Emigration"@en |
| <http://purl.org/vocab/bio/0.1/Burial> | "Burial"@en |
| <http://purl.org/vocab/bio/0.1/Investiture> | "Investiture"@en |
| <http://purl.org/vocab/bio/0.1/Enrolment> | "Enrolment"@en |
| <http://purl.org/vocab/bio/0.1/Baptism> | "Baptism"@en |
| <http://purl.org/vocab/bio/0.1/Demotion> | "Demotion"@en |
| <http://purl.org/vocab/bio/0.1/Redundancy> | "Redundancy"@en |
| <http://purl.org/vocab/bio/0.1/IndividualEvent> | "Individual Event"@en |
| <http://purl.org/vocab/bio/0.1/Coronation> | "Coronation"@en |
| <http://purl.org/vocab/bio/0.1/Birth> | "Birth"@en |
| <http://purl.org/vocab/bio/0.1/BarMitzvah> | "BarMitzvah"@en |
| <http://purl.org/vocab/bio/0.1/Death> | "Death"@en |
| <http://purl.org/vocab/bio/0.1/Naturalization> | "Naturalization"@en |
| <http://purl.org/vocab/bio/0.1/GroupEvent> | "Group Event"@en |
| <http://purl.org/vocab/bio/0.1/NameChange> | "Change of Name"@en |
| <http://purl.org/vocab/bio/0.1/Interval> | "Interval"@en |
| <http://purl.org/vocab/bio/0.1/Annulment> | "Annulment"@en |
| <http://purl.org/vocab/bio/0.1/Cremation> | "Cremation"@en |
+-----------------------------------------------------------+----------------------------------+
+-----------------------------------------------------------+-----------------------------+
| t | l |
+-----------------------------------------------------------+-----------------------------+
| <http://www.w3.org/2002/07/owl#disjointUnionOf> | "disjointUnionOf" |
| <http://www.w3.org/2002/07/owl#annotatedSource> | "annotatedSource" |
| <http://www.w3.org/2002/07/owl#hasValue> | "hasValue" |
| <http://www.w3.org/2002/07/owl#cardinality> | "cardinality" |
| <http://www.w3.org/2002/07/owl#maxCardinality> | "maxCardinality" |
| <http://www.w3.org/2002/07/owl#propertyChainAxiom> | "propertyChainAxiom" |
| <http://www.w3.org/2002/07/owl#unionOf> | "unionOf" |
| <http://www.w3.org/2002/07/owl#datatypeComplementOf> | "datatypeComplementOf" |
| <http://www.w3.org/2002/07/owl#equivalentClass> | "equivalentClass" |
| <http://www.w3.org/2002/07/owl#distinctMembers> | "distinctMembers" |
| <http://www.w3.org/2002/07/owl#propertyDisjointWith> | "propertyDisjointWith" |
| <http://www.w3.org/2002/07/owl#onDataRange> | "onDataRange" |
| <http://www.w3.org/2002/07/owl#onClass> | "onClass" |
| <http://www.w3.org/2002/07/owl#targetIndividual> | "targetIndividual" |
| <http://www.w3.org/2002/07/owl#inverseOf> | "inverseOf" |
| <http://www.w3.org/2002/07/owl#members> | "members" |
| <http://www.w3.org/2002/07/owl#hasSelf> | "hasSelf" |
| <http://www.w3.org/2002/07/owl#hasKey> | "hasKey" |
| <http://www.w3.org/2002/07/owl#oneOf> | "oneOf" |
| <http://www.w3.org/2002/07/owl#onDatatype> | "onDatatype" |
| <http://www.w3.org/2002/07/owl#sourceIndividual> | "sourceIndividual" |
| <http://www.w3.org/2002/07/owl#complementOf> | "complementOf" |
| <http://www.w3.org/2002/07/owl#annotatedProperty> | "annotatedProperty" |
| <http://www.w3.org/2002/07/owl#equivalentProperty> | "equivalentProperty" |
| <http://www.w3.org/2002/07/owl#disjointWith> | "disjointWith" |
| <http://www.w3.org/2002/07/owl#annotatedTarget> | "annotatedTarget" |
| <http://www.w3.org/2002/07/owl#onProperties> | "onProperties" |
| <http://www.w3.org/2002/07/owl#minQualifiedCardinality> | "minQualifiedCardinality" |
| <http://www.w3.org/2002/07/owl#targetValue> | "targetValue" |
| <http://www.w3.org/2002/07/owl#withRestrictions> | "withRestrictions" |
| <http://www.w3.org/2002/07/owl#someValuesFrom> | "someValuesFrom" |
| <http://www.w3.org/2002/07/owl#qualifiedCardinality> | "qualifiedCardinality" |
| <http://www.w3.org/2002/07/owl#onProperty> | "onProperty" |
| <http://www.w3.org/2002/07/owl#intersectionOf> | "intersectionOf" |
| <http://www.w3.org/2002/07/owl#differentFrom> | "differentFrom" |
| <http://www.w3.org/2002/07/owl#minCardinality> | "minCardinality" |
| <http://www.w3.org/2002/07/owl#maxQualifiedCardinality> | "maxQualifiedCardinality" |
| <http://www.w3.org/2002/07/owl#sameAs> | "sameAs" |
| <http://www.w3.org/2002/07/owl#allValuesFrom> | "allValuesFrom" |
| <http://www.w3.org/2002/07/owl#assertionProperty> | "assertionProperty" |
| <http://www.w3.org/2002/07/owl#bottomDataProperty> | "bottomDataProperty" |
| <http://www.w3.org/2002/07/owl#topDataProperty> | "topDataProperty" |
| <http://www.w3.org/2002/07/owl#topObjectProperty> | "topObjectProperty" |
| <http://www.w3.org/2002/07/owl#bottomObjectProperty> | "bottomObjectProperty" |
| <http://www.w3.org/2002/07/owl#Nothing> | "Nothing" |
| <http://www.w3.org/2002/07/owl#Thing> | "Thing" |
| <http://www.w3.org/2002/07/owl#IrreflexiveProperty> | "IrreflexiveProperty" |
| <http://www.w3.org/2002/07/owl#FunctionalProperty> | "FunctionalProperty" |
| <http://www.w3.org/2002/07/owl#DeprecatedClass> | "DeprecatedClass" |
| <http://www.w3.org/2002/07/owl#ObjectProperty> | "ObjectProperty" |
| <http://www.w3.org/2002/07/owl#Axiom> | "Axiom" |
| <http://www.w3.org/2002/07/owl#NegativePropertyAssertion> | "NegativePropertyAssertion" |
| <http://www.w3.org/2002/07/owl#Class> | "Class" |
| <http://www.w3.org/2002/07/owl#InverseFunctionalProperty> | "InverseFunctionalProperty" |
| <http://www.w3.org/2002/07/owl#Annotation> | "Annotation" |
| <http://www.w3.org/2002/07/owl#DatatypeProperty> | "DatatypeProperty" |
| <http://www.w3.org/2002/07/owl#SymmetricProperty> | "SymmetricProperty" |
| <http://www.w3.org/2002/07/owl#Ontology> | "Ontology" |
| <http://www.w3.org/2002/07/owl#AllDisjointClasses> | "AllDisjointClasses" |
| <http://www.w3.org/2002/07/owl#TransitiveProperty> | "TransitiveProperty" |
| <http://www.w3.org/2002/07/owl#Restriction> | "Restriction" |
| <http://www.w3.org/2002/07/owl#DeprecatedProperty> | "DeprecatedProperty" |
| <http://www.w3.org/2002/07/owl#ReflexiveProperty> | "ReflexiveProperty" |
| <http://www.w3.org/2002/07/owl#OntologyProperty> | "OntologyProperty" |
| <http://www.w3.org/2002/07/owl#AllDifferent> | "AllDifferent" |
| <http://www.w3.org/2002/07/owl#AsymmetricProperty> | "AsymmetricProperty" |
| <http://www.w3.org/2002/07/owl#NamedIndividual> | "NamedIndividual" |
| <http://www.w3.org/2002/07/owl#AnnotationProperty> | "AnnotationProperty" |
| <http://www.w3.org/2002/07/owl#AllDisjointProperties> | "AllDisjointProperties" |
| <http://www.w3.org/2002/07/owl#DataRange> | "DataRange" |
+-----------------------------------------------------------+-----------------------------+
+----------------------------------------------------------+----------------------+
| t | l |
+----------------------------------------------------------+----------------------+
| <http://purl.org/ontology/po/frequency> | "frequency" |
| <http://purl.org/ontology/po/long_synopsis> | "long synopsis" |
| <http://purl.org/ontology/po/schedule_date> | "schedule date" |
| <http://purl.org/ontology/po/medium_synopsis> | "medium synopsis" |
| <http://purl.org/ontology/po/aspect_ratio> | "aspect ratio" |
| <http://purl.org/ontology/po/synopsis> | "synopsis" |
| <http://purl.org/ontology/po/position> | "position" |
| <http://purl.org/ontology/po/text> | "text" |
| <http://purl.org/ontology/po/short_synopsis> | "short synopsis" |
| <http://purl.org/ontology/po/sound_format> | "sound format" |
| <http://purl.org/ontology/po/duration> | "duration" |
| <http://purl.org/dc/elements/1.1/date> | |
| <http://purl.org/ontology/po/subtitle_language> | "subtitle language" |
| <http://purl.org/ontology/po/subject> | "subject" |
| <http://www.holygoat.co.uk/owl/redwood/0.1/tags/tag> | "tag" |
| <http://purl.org/dc/elements/1.1/creator> | |
| <http://purl.org/ontology/po/location> | "location" |
| <http://purl.org/ontology/po/author> | "author" |
| <http://purl.org/ontology/po/track> | "track" |
| <http://purl.org/ontology/po/producer> | "producer" |
| <http://purl.org/dc/terms/isPartOf> | |
| <http://purl.org/ontology/po/genre> | "genre" |
| <http://purl.org/ontology/po/broadcast_on> | "broadcast on" |
| <http://xmlns.com/foaf/0.1/page> | |
| <http://purl.org/ontology/po/anchor> | "anchor" |
| <http://purl.org/ontology/po/format> | "format" |
| <http://purl.org/ontology/po/clip> | "clip" |
| <http://purl.org/ontology/po/place> | "place" |
| <http://purl.org/ontology/po/broadcaster> | "broadcaster" |
| <http://purl.org/dc/terms/hasPart> | |
| <http://purl.org/ontology/po/parent_service> | "parent service" |
| <http://purl.org/ontology/po/director> | "director" |
| <http://purl.org/ontology/po/broadcast_of> | "broadcast of" |
| <http://xmlns.com/foaf/0.1/based_near> | |
| <http://purl.org/ontology/po/parent_series> | "parent serie" |
| <http://purl.org/ontology/po/service> | "service" |
| <http://purl.org/ontology/po/person> | "person" |
| <http://purl.org/ontology/po/credit> | "credit" |
| <http://purl.org/ontology/po/category> | "category" |
| <http://purl.org/ontology/po/news_reader> | "news reader" |
| <http://purl.org/ontology/po/time> | "time" |
| <http://purl.org/ontology/po/commentator> | "commentator" |
| <http://purl.org/ontology/po/broadcasted_on> | |
| <http://purl.org/ontology/po/masterbrand> | "masterbrand" |
| <http://purl.org/ontology/po/performer> | "performer" |
| <http://purl.org/ontology/po/season_broadcast> | "broadcast" |
| <http://purl.org/ontology/po/microsite> | "microsite" |
| <http://purl.org/ontology/po/version> | "version" |
| <http://purl.org/ontology/po/executive_producer> | "executive producer" |
| <http://purl.org/ontology/po/actor> | "actor" |
| <http://purl.org/ontology/po/channel> | "channel" |
| <http://purl.org/dc/elements/1.1/contributor> | |
| <http://purl.org/ontology/po/participant> | "participant" |
| <http://purl.org/ontology/po/series> | "series" |
| <http://purl.org/ontology/po/episode> | "episode" |
| <http://purl.org/ontology/po/outlet> | "outlet" |
| <http://purl.org/ontology/po/SignedVersion> | "sign language" |
| <http://purl.org/ontology/po/Season> | "season" |
| <http://purl.org/ontology/po/Format> | "format" |
| <http://purl.org/ontology/po/TV> | "tv" |
| <http://purl.org/ontology/po/Category> | "category" |
| <http://www.holygoat.co.uk/owl/redwood/0.1/tags/Tagging> | |
| <http://purl.org/ontology/po/NationalRadio> | "national radio" |
| <http://purl.org/ontology/po/Subtitle> | "subtitle" |
| <http://purl.org/ontology/po/AudioDescribedVersion> | "audio description" |
| <http://purl.org/ontology/po/FM> | "FM" |
| <http://xmlns.com/foaf/0.1/Person> | |
| <http://purl.org/ontology/po/Brand> | "brand" |
| <http://purl.org/ontology/po/Series> | "series" |
| <http://purl.org/ontology/po/Web> | "web" |
| <http://purl.org/ontology/po/OriginalVersion> | "original version" |
| <http://purl.org/ontology/po/Broadcast> | "broadcast" |
| <http://purl.org/ontology/po/SpeechSegment> | |
| <http://purl.org/ontology/po/ShortenedVersion> | "shortened version" |
| <http://purl.org/ontology/po/Clip> | "clip" |
| <http://purl.org/ontology/po/Genre> | "genre" |
| <http://purl.org/ontology/po/DVB> | "DAB" |
| <http://purl.org/ontology/po/LocalRadio> | "radio" |
| <http://purl.org/ontology/po/Version> | "version" |
| <http://purl.org/ontology/po/Outlet> | "outlet" |
| <http://purl.org/ontology/po/Episode> | "episode" |
| <http://purl.org/ontology/po/Place> | "place" |
| <http://purl.org/ontology/po/Programme> | "programme" |
| <http://purl.org/ontology/po/LW> | "AM" |
| <http://purl.org/ontology/mo/Track> | |
| <http://purl.org/ontology/po/DAB> | "DAB" |
| <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> | |
| <http://purl.org/ontology/po/Subject> | "subject" |
| <http://purl.org/ontology/po/MusicSegment> | |
| <http://purl.org/ontology/po/Channel> | "physical channel" |
| <http://xmlns.com/foaf/0.1/Organization> | |
| <http://xmlns.com/foaf/0.1/Agent> | |
| <http://purl.org/ontology/po/Radio> | "radio" |
| <http://purl.org/ontology/po/FirstBroadcast> | "first broadcast" |
| <http://purl.org/ontology/po/RepeatBroadcast> | "repeat" |
| <http://purl.org/ontology/po/RegionalRadio> | "regional radio" |
| <http://purl.org/ontology/po/IPStream> | "IP stream" |
| <http://purl.org/ontology/po/Service> | "service" |
| <http://xmlns.com/foaf/0.1/Document> | |
| <http://purl.org/ontology/po/Segment> | "segment" |
| <http://purl.org/ontology/po/Broadcaster> | "broadcaster" |
| <http://purl.org/ontology/po/ProgrammeItem> | "programme item" |
| <http://purl.org/ontology/po/Person> | "person" |
+----------------------------------------------------------+----------------------+
+--------------------------------------------------------+-------------+
| t | l |
+--------------------------------------------------------+-------------+
| <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> | "type" |
| <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> | "first" |
| <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> | "rest" |
| <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> | "predicate" |
| <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> | "object" |
| <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> | "subject" |
| <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> | "value" |
| <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> | "Statement" |
| <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> | "Property" |
| <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> | "Alt" |
| <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> | "Seq" |
| <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> | "Bag" |
| <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> | "List" |
+--------------------------------------------------------+-------------+
+--------------------------------------------------------------------+-------------------------------+
| t | l |
+--------------------------------------------------------------------+-------------------------------+
| <http://www.w3.org/2000/01/rdf-schema#domain> | "domain" |
| <http://www.w3.org/2000/01/rdf-schema#label> | "label" |
| <http://www.w3.org/2000/01/rdf-schema#comment> | "comment" |
| <http://www.w3.org/2000/01/rdf-schema#seeAlso> | "seeAlso" |
| <http://www.w3.org/2000/01/rdf-schema#range> | "range" |
| <http://www.w3.org/2000/01/rdf-schema#subClassOf> | "subClassOf" |
| <http://www.w3.org/2000/01/rdf-schema#member> | "member" |
| <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> | "isDefinedBy" |
| <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> | "subPropertyOf" |
| <http://www.w3.org/2000/01/rdf-schema#Resource> | "Resource" |
| <http://www.w3.org/2000/01/rdf-schema#Class> | "Class" |
| <http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty> | "ContainerMembershipProperty" |
| <http://www.w3.org/2000/01/rdf-schema#Literal> | "Literal" |
| <http://www.w3.org/2000/01/rdf-schema#Datatype> | "Datatype" |
| <http://www.w3.org/2000/01/rdf-schema#Container> | "Container" |
+--------------------------------------------------------------------+-------------------------------+
+--------------------------------------------------------+--------------------------+
| t | l |
+--------------------------------------------------------+--------------------------+
| <http://purl.org/vocab/relationship/wouldLikeToKnow> | "Would Like To Know"@en |
| <http://purl.org/vocab/relationship/participantIn> | "Participant In"@en |
| <http://purl.org/vocab/relationship/knowsOf> | "Knows Of"@en |
| <http://purl.org/vocab/relationship/participant> | "Participant"@en |
| <http://purl.org/vocab/relationship/influencedBy> | "Influenced By"@en |
| <http://purl.org/vocab/relationship/childOf> | "Child Of"@en |
| <http://purl.org/vocab/relationship/knowsByReputation> | "Knows By Reputation"@en |
| <http://purl.org/vocab/relationship/antagonistOf> | "Antagonist Of"@en |
| <http://purl.org/vocab/relationship/apprenticeTo> | "Apprentice To"@en |
| <http://purl.org/vocab/relationship/enemyOf> | "Enemy Of"@en |
| <http://purl.org/vocab/relationship/grandchildOf> | "Grandchild Of"@en |
| <http://purl.org/vocab/relationship/grandchildOf> | "Grandchild Of" |
| <http://purl.org/vocab/relationship/employedBy> | "Employed By"@en |
| <http://purl.org/vocab/relationship/mentorOf> | "Mentor Of"@en |
| <http://purl.org/vocab/relationship/knowsInPassing> | "Knows In Passing"@en |
| <http://purl.org/vocab/relationship/employerOf> | "Employer Of"@en |
| <http://purl.org/vocab/relationship/grandparentOf> | "Grandparent Of"@en |
| <http://purl.org/vocab/relationship/parentOf> | "Parent Of"@en |
| <http://purl.org/vocab/relationship/ambivalentOf> | "Ambivalent Of"@en |
| <http://purl.org/vocab/relationship/Relationship> | "Relationship"@en |
+--------------------------------------------------------+--------------------------+
+----------------------------------------------+-------------------------+
| t | l |
+----------------------------------------------+-------------------------+
| <http://rdfs.org/sioc/ns#num_replies> | "num replies"@en |
| <http://rdfs.org/sioc/ns#email_sha1> | "email sha1"@en |
| <http://rdfs.org/sioc/ns#last_reply_date> | "last reply date"@en |
| <http://rdfs.org/sioc/ns#name> | "name"@en |
| <http://purl.org/dc/terms/date> | |
| <http://rdfs.org/sioc/ns#first_name> | "first name"@en |
| <http://rdfs.org/sioc/ns#title> | "title"@en |
| <http://rdfs.org/sioc/ns#num_views> | "num views"@en |
| <http://rdfs.org/sioc/ns#subject> | "subject"@en |
| <http://rdfs.org/sioc/ns#content_encoded> | "content encoded"@en |
| <http://purl.org/dc/terms/description> | |
| <http://rdfs.org/sioc/ns#last_item_date> | "last item date"@en |
| <http://rdfs.org/sioc/ns#note> | "note"@en |
| <http://rdfs.org/sioc/ns#modified_at> | "modified at"@en |
| <http://rdfs.org/sioc/ns#num_items> | "num items"@en |
| <http://rdfs.org/sioc/ns#last_name> | "last name"@en |
| <http://rdfs.org/sioc/ns#ip_address> | "ip address"@en |
| <http://rdfs.org/sioc/ns#num_authors> | "num authors"@en |
| <http://rdfs.org/sioc/ns#content> | "content"@en |
| <http://rdfs.org/sioc/ns#num_threads> | "num threads"@en |
| <http://rdfs.org/sioc/ns#last_activity_date> | "last activity date"@en |
| <http://purl.org/dc/terms/title> | |
| <http://rdfs.org/sioc/ns#id> | "id"@en |
| <http://rdfs.org/sioc/ns#created_at> | "created at"@en |
| <http://rdfs.org/sioc/ns#description> | "description"@en |
| <http://rdfs.org/sioc/ns#has_moderator> | "has moderator"@en |
| <http://rdfs.org/sioc/ns#space_of> | "space of"@en |
| <http://rdfs.org/sioc/ns#has_modifier> | "has modifier"@en |
| <http://rdfs.org/sioc/ns#function_of> | "function of"@en |
| <http://rdfs.org/sioc/ns#addressed_to> | "addressed to"@en |
| <http://rdfs.org/sioc/ns#subscriber_of> | "subscriber of"@en |
| <http://rdfs.org/sioc/ns#moderator_of> | "moderator of"@en |
| <http://rdfs.org/sioc/ns#account_of> | "account of"@en |
| <http://rdfs.org/sioc/ns#reply_of> | "reply of"@en |
| <http://rdfs.org/sioc/ns#reference> | "reference"@en |
| <http://rdfs.org/sioc/ns#member_of> | "member of"@en |
| <http://rdfs.org/sioc/ns#group_of> | "group of"@en |
| <http://rdfs.org/sioc/ns#usergroup_of> | "usergroup of"@en |
| <http://rdfs.org/sioc/ns#scope_of> | "scope of"@en |
| <http://rdfs.org/sioc/ns#has_owner> | "has owner"@en |
| <http://rdfs.org/sioc/ns#has_space> | "has space"@en |
| <http://purl.org/dc/terms/references> | |
| <http://rdfs.org/sioc/ns#has_host> | "has host"@en |
| <http://rdfs.org/sioc/ns#email> | "email"@en |
| <http://xmlns.com/foaf/0.1/depiction> | |
| <http://rdfs.org/sioc/ns#creator_of> | "creator of"@en |
| <http://rdfs.org/sioc/ns#has_discussion> | "has discussion"@en |
| <http://rdfs.org/sioc/ns#attachment> | "attachment"@en |
| <http://rdfs.org/sioc/ns#has_administrator> | "has administrator"@en |
| <http://rdfs.org/sioc/ns#administrator_of> | "administrator of"@en |
| <http://rdfs.org/sioc/ns#container_of> | "container of"@en |
| <http://rdfs.org/sioc/ns#feed> | "feed"@en |
| <http://rdfs.org/sioc/ns#follows> | "follows"@en |
| <http://rdfs.org/sioc/ns#modifier_of> | "modifier of"@en |
| <http://rdfs.org/sioc/ns#has_part> | "has part"@en |
| <http://rdfs.org/sioc/ns#topic> | "topic"@en |
| <http://rdfs.org/sioc/ns#owner_of> | "owner of"@en |
| <http://rdfs.org/sioc/ns#next_version> | "next version"@en |
| <http://rdfs.org/sioc/ns#embeds_knowledge> | "embeds knowledge"@en |
| <http://rdfs.org/sioc/ns#links_to> | "links to"@en |
| <http://rdfs.org/sioc/ns#latest_version> | "latest version"@en |
| <http://rdfs.org/sioc/ns#about> | "about"@en |
| <http://rdfs.org/sioc/ns#related_to> | "related to"@en |
| <http://rdfs.org/sioc/ns#previous_version> | "previous version"@en |
| <http://rdfs.org/sioc/ns#has_member> | "has member"@en |
| <http://rdfs.org/sioc/ns#has_group> | "has group"@en |
| <http://rdfs.org/sioc/ns#has_scope> | "has scope"@en |
| <http://rdfs.org/sioc/ns#previous_by_date> | "previous by date"@en |
| <http://rdfs.org/sioc/ns#has_creator> | "has creator"@en |
| <http://rdfs.org/sioc/ns#host_of> | "host of"@en |
| <http://rdfs.org/sioc/ns#has_container> | "has container"@en |
| <http://rdfs.org/sioc/ns#has_parent> | "has parent"@en |
| <http://rdfs.org/sioc/ns#has_reply> | "has reply"@en |
| <http://rdfs.org/sioc/ns#avatar> | "avatar"@en |
| <http://rdfs.org/sioc/ns#has_function> | "has function"@en |
| <http://xmlns.com/foaf/0.1/account> | |
| <http://purl.org/dc/terms/subject> | |
| <http://rdfs.org/sioc/ns#next_by_date> | "next by date"@en |
| <http://rdfs.org/sioc/ns#has_usergroup> | "has usergroup"@en |
| <http://rdfs.org/sioc/ns#link> | "link"@en |
| <http://rdfs.org/sioc/ns#part_of> | "part of"@en |
| <http://rdfs.org/sioc/ns#has_subscriber> | "has subscriber"@en |
| <http://rdfs.org/sioc/ns#parent_of> | "parent of"@en |
| <http://rdfs.org/sioc/ns#Container> | "Container"@en |
| <http://rdfs.org/sioc/ns#UserAccount> | "User Account"@en |
| <http://xmlns.com/foaf/0.1/OnlineAccount> | |
| <http://rdfs.org/sioc/ns#Item> | "Item"@en |
| <http://rdfs.org/sioc/ns#Forum> | "Forum"@en |
| <http://rdfs.org/sioc/ns#Thread> | "Thread"@en |
| <http://rdfs.org/sioc/ns#Space> | "Space"@en |
| <http://rdfs.org/sioc/ns#Site> | "Site"@en |
| <http://rdfs.org/sioc/ns#Role> | "Role"@en |
| <http://rdfs.org/sioc/ns#Community> | "Community"@en |
| <http://rdfs.org/sioc/ns#Usergroup> | "Usergroup"@en |
| <http://xmlns.com/foaf/0.1/Agent> | |
| <http://xmlns.com/foaf/0.1/Document> | |
| <http://rdfs.org/sioc/ns#Post> | "Post"@en |
+----------------------------------------------+-------------------------+
+----------------------------------------------------------+-----------------------------------+
| t | l |
+----------------------------------------------------------+-----------------------------------+
| <http://www.w3.org/2004/02/skos/core#note> | "note"@en |
| <http://www.w3.org/2004/02/skos/core#historyNote> | "history note"@en |
| <http://www.w3.org/2004/02/skos/core#notation> | "notation"@en |
| <http://www.w3.org/2004/02/skos/core#changeNote> | "change note"@en |
| <http://www.w3.org/2004/02/skos/core#narrowerTransitive> | "has narrower transitive"@en |
| <http://www.w3.org/2004/02/skos/core#definition> | "definition"@en |
| <http://www.w3.org/2004/02/skos/core#closeMatch> | "has close match"@en |
| <http://www.w3.org/2004/02/skos/core#hiddenLabel> | "hidden label"@en |
| <http://www.w3.org/2004/02/skos/core#broadMatch> | "has broader match"@en |
| <http://www.w3.org/2004/02/skos/core#broaderTransitive> | "has broader transitive"@en |
| <http://www.w3.org/2004/02/skos/core#memberList> | "has member list"@en |
| <http://www.w3.org/2004/02/skos/core#mappingRelation> | "is in mapping relation with"@en |
| <http://www.w3.org/2004/02/skos/core#topConceptOf> | "is top concept in scheme"@en |
| <http://www.w3.org/2004/02/skos/core#exactMatch> | "has exact match"@en |
| <http://www.w3.org/2004/02/skos/core#narrowMatch> | "has narrower match"@en |
| <http://www.w3.org/2004/02/skos/core#broader> | "has broader"@en |
| <http://www.w3.org/2004/02/skos/core#prefLabel> | "preferred label"@en |
| <http://www.w3.org/2004/02/skos/core#narrower> | "has narrower"@en |
| <http://www.w3.org/2004/02/skos/core#altLabel> | "alternative label"@en |
| <http://www.w3.org/2004/02/skos/core#semanticRelation> | "is in semantic relation with"@en |
| <http://www.w3.org/2004/02/skos/core#editorialNote> | "editorial note"@en |
| <http://www.w3.org/2004/02/skos/core#related> | "has related"@en |
| <http://www.w3.org/2004/02/skos/core#example> | "example"@en |
| <http://www.w3.org/2004/02/skos/core#scopeNote> | "scope note"@en |
| <http://www.w3.org/2004/02/skos/core#member> | "has member"@en |
| <http://www.w3.org/2004/02/skos/core#relatedMatch> | "has related match"@en |
| <http://www.w3.org/2004/02/skos/core#hasTopConcept> | "has top concept"@en |
| <http://www.w3.org/2004/02/skos/core#inScheme> | "is in scheme"@en |
| <http://www.w3.org/2004/02/skos/core#notation> | "notation"@en |
| <http://www.w3.org/2004/02/skos/core#narrowerTransitive> | "has narrower transitive"@en |
| <http://www.w3.org/2004/02/skos/core#closeMatch> | "has close match"@en |
| <http://www.w3.org/2004/02/skos/core#broadMatch> | "has broader match"@en |
| <http://www.w3.org/2004/02/skos/core#broaderTransitive> | "has broader transitive"@en |
| <http://www.w3.org/2004/02/skos/core#memberList> | "has member list"@en |
| <http://www.w3.org/2004/02/skos/core#mappingRelation> | "is in mapping relation with"@en |
| <http://www.w3.org/2004/02/skos/core#topConceptOf> | "is top concept in scheme"@en |
| <http://www.w3.org/2004/02/skos/core#exactMatch> | "has exact match"@en |
| <http://www.w3.org/2004/02/skos/core#narrowMatch> | "has narrower match"@en |
| <http://www.w3.org/2004/02/skos/core#broader> | "has broader"@en |
| <http://www.w3.org/2004/02/skos/core#narrower> | "has narrower"@en |
| <http://www.w3.org/2004/02/skos/core#semanticRelation> | "is in semantic relation with"@en |
| <http://www.w3.org/2004/02/skos/core#related> | "has related"@en |
| <http://www.w3.org/2004/02/skos/core#member> | "has member"@en |
| <http://www.w3.org/2004/02/skos/core#relatedMatch> | "has related match"@en |
| <http://www.w3.org/2004/02/skos/core#hasTopConcept> | "has top concept"@en |
| <http://www.w3.org/2004/02/skos/core#inScheme> | "is in scheme"@en |
| <http://www.w3.org/2004/02/skos/core#Collection> | "Collection"@en |
| <http://www.w3.org/2004/02/skos/core#Concept> | "Concept"@en |
| <http://www.w3.org/2004/02/skos/core#OrderedCollection> | "Ordered Collection"@en |
| <http://www.w3.org/2004/02/skos/core#ConceptScheme> | "Concept Scheme"@en |
+----------------------------------------------------------+-----------------------------------+
+------------------------------------------------------+---+
| t | l |
+------------------------------------------------------+---+
| <http://www.w3.org/2006/time#xsdDateTime> | |
| <http://www.w3.org/2006/time#week> | |
| <http://www.w3.org/2006/time#day> | |
| <http://www.w3.org/2006/time#year> | |
| <http://www.w3.org/2006/time#second> | |
| <http://www.w3.org/2006/time#hours> | |
| <http://www.w3.org/2006/time#inXSDDateTime> | |
| <http://www.w3.org/2006/time#hour> | |
| <http://www.w3.org/2006/time#minute> | |
| <http://www.w3.org/2006/time#month> | |
| <http://www.w3.org/2006/time#dayOfYear> | |
| <http://www.w3.org/2006/time#weeks> | |
| <http://www.w3.org/2006/time#days> | |
| <http://www.w3.org/2006/time#minutes> | |
| <http://www.w3.org/2006/time#months> | |
| <http://www.w3.org/2006/time#seconds> | |
| <http://www.w3.org/2006/time#years> | |
| <http://www.w3.org/2006/time#intervalOverlaps> | |
| <http://www.w3.org/2006/time#intervalContains> | |
| <http://www.w3.org/2006/time#inside> | |
| <http://www.w3.org/2006/time#intervalEquals> | |
| <http://www.w3.org/2006/time#hasDateTimeDescription> | |
| <http://www.w3.org/2006/time#intervalDuring> | |
| <http://www.w3.org/2006/time#intervalMeets> | |
| <http://www.w3.org/2006/time#inDateTime> | |
| <http://www.w3.org/2006/time#timeZone> | |
| <http://www.w3.org/2006/time#intervalStartedBy> | |
| <http://www.w3.org/2006/time#unitType> | |
| <http://www.w3.org/2006/time#after> | |
| <http://www.w3.org/2006/time#intervalOverlappedBy> | |
| <http://www.w3.org/2006/time#hasEnd> | |
| <http://www.w3.org/2006/time#intervalAfter> | |
| <http://www.w3.org/2006/time#intervalBefore> | |
| <http://www.w3.org/2006/time#hasDurationDescription> | |
| <http://www.w3.org/2006/time#hasBeginning> | |
| <http://www.w3.org/2006/time#intervalMetBy> | |
| <http://www.w3.org/2006/time#intervalFinishedBy> | |
| <http://www.w3.org/2006/time#before> | |
| <http://www.w3.org/2006/time#dayOfWeek> | |
| <http://www.w3.org/2006/time#intervalFinishes> | |
| <http://www.w3.org/2006/time#intervalStarts> | |
| <http://www.w3.org/2006/time#Instant> | |
| <http://www.w3.org/2006/time#DurationDescription> | |
| <http://www.w3.org/2006/time#DayOfWeek> | |
| <http://www.w3.org/2006/time#January> | |
| <http://www.w3.org/2006/time#Year> | |
| <http://www.w3.org/2006/timezone#TimeZone> | |
| <http://www.w3.org/2006/time#ProperInterval> | |
| <http://www.w3.org/2006/time#Interval> | |
| <http://www.w3.org/2006/time#TemporalUnit> | |
| <http://www.w3.org/2006/time#TemporalEntity> | |
| <http://www.w3.org/2006/time#DateTimeDescription> | |
| <http://www.w3.org/2006/time#DateTimeInterval> | |
+------------------------------------------------------+---+
+---------------------------------------------------------------------+--------------------------------------+
| t | l |
+---------------------------------------------------------------------+--------------------------------------+
| <http://purl.org/NET/c4dm/timeline.owl#atDuration> | "at (duration)" |
| <http://purl.org/NET/c4dm/timeline.owl#at> | "at" |
| <http://purl.org/NET/c4dm/timeline.owl#sampleRate> | "sample rate" |
| <http://purl.org/NET/c4dm/timeline.owl#endsAtInt> | "ends at (integer)" |
| <http://purl.org/NET/c4dm/timeline.owl#duration> | "duration" |
| <http://purl.org/NET/c4dm/timeline.owl#endsAtDateTime> | "ends at (date/time)" |
| <http://purl.org/NET/c4dm/timeline.owl#end> | "ends at" |
| <http://purl.org/NET/c4dm/timeline.owl#origin> | "origin" |
| <http://purl.org/NET/c4dm/timeline.owl#atDateTime> | "at date/time" |
| <http://purl.org/NET/c4dm/timeline.owl#endsAtDuration> | "ends at (xsd:duration)" |
| <http://purl.org/NET/c4dm/timeline.owl#delay> | "delay" |
| <http://purl.org/NET/c4dm/timeline.owl#beginsAt> | |
| <http://purl.org/NET/c4dm/timeline.owl#endsAt> | |
| <http://purl.org/NET/c4dm/timeline.owl#beginsAtDateTime> | "begins at (date/time)" |
| <http://purl.org/NET/c4dm/timeline.owl#beginsAtInt> | "begins at (integer)" |
| <http://purl.org/NET/c4dm/timeline.owl#start> | "begins at" |
| <http://purl.org/NET/c4dm/timeline.owl#durationXSD> | "duration (xsd:duration)" |
| <http://purl.org/NET/c4dm/timeline.owl#durationInt> | "duration (integer)" |
| <http://purl.org/NET/c4dm/timeline.owl#atReal> | "at (real)" |
| <http://purl.org/NET/c4dm/timeline.owl#atInt> | "at (integer)" |
| <http://purl.org/dc/elements/1.1/description> | |
| <http://purl.org/NET/c4dm/timeline.owl#atYear> | "at (year)" |
| <http://purl.org/NET/c4dm/timeline.owl#beginsAtDuration> | "begins at (xsd:duration)" |
| <http://purl.org/dc/elements/1.1/title> | |
| <http://purl.org/NET/c4dm/timeline.owl#hopSize> | "hop size" |
| <http://purl.org/NET/c4dm/timeline.owl#windowLength> | "window length" |
| <http://purl.org/NET/c4dm/timeline.owl#atYearMonth> | "at (year/month)" |
| <http://purl.org/NET/c4dm/timeline.owl#atDate> | "at (date)" |
| <http://purl.org/NET/c4dm/timeline.owl#rangeTimeLine> | "range timeline" |
| <http://purl.org/NET/c4dm/timeline.owl#finishedBy> | |
| <http://purl.org/NET/c4dm/timeline.owl#startedBy> | |
| <http://purl.org/NET/c4dm/timeline.owl#during> | |
| <http://purl.org/NET/c4dm/timeline.owl#before> | |
| <http://purl.org/NET/c4dm/timeline.owl#meets> | |
| <http://xmlns.com/foaf/0.1/maker> | |
| <http://purl.org/NET/c4dm/timeline.owl#overlaps> | |
| <http://purl.org/NET/c4dm/timeline.owl#equals> | |
| <http://purl.org/NET/c4dm/timeline.owl#finishes> | |
| <http://purl.org/NET/c4dm/timeline.owl#starts> | |
| <http://purl.org/NET/c4dm/timeline.owl#after> | |
| <http://purl.org/NET/c4dm/timeline.owl#timeline> | "on timeline" |
| <http://purl.org/NET/c4dm/timeline.owl#onTimeLine> | |
| <http://purl.org/NET/c4dm/timeline.owl#metBy> | |
| <http://purl.org/NET/c4dm/timeline.owl#overlappedBy> | |
| <http://purl.org/NET/c4dm/timeline.owl#contains> | |
| <http://purl.org/NET/c4dm/timeline.owl#domainTimeLine> | "domain timeline" |
| <http://purl.org/NET/c4dm/timeline.owl#UTInstant> | "instant on the universal timeline" |
| <http://purl.org/NET/c4dm/timeline.owl#TimeLine> | "timeline" |
| <http://purl.org/NET/c4dm/timeline.owl#ShiftMap> | "shift map" |
| <http://purl.org/NET/c4dm/timeline.owl#RelativeInterval> | "relative interval" |
| <http://xmlns.com/foaf/0.1/Person> | |
| <http://purl.org/NET/c4dm/timeline.owl#DiscreteTimeLine> | "discrete time line" |
| <http://purl.org/NET/c4dm/timeline.owl#OriginMap> | "origin map" |
| <http://purl.org/NET/c4dm/timeline.owl#UniformSamplingMap> | "uniform sampling map" |
| <http://purl.org/NET/c4dm/timeline.owl#UniformWindowingMap> | "uniform windowing map" |
| <http://purl.org/NET/c4dm/timeline.owl#RelativeInstant> | "relative instant" |
| <http://purl.org/NET/c4dm/timeline.owl#AbstractInstant> | "abstract instant" |
| <http://purl.org/NET/c4dm/timeline.owl#TimeLineMap> | "timeline map" |
| <http://purl.org/NET/c4dm/timeline.owl#UTInterval> | "universal timeline interval" |
| <http://purl.org/NET/c4dm/timeline.owl#UniformSamplingWindowingMap> | "Uniform sampling and windowing map" |
| <http://purl.org/NET/c4dm/timeline.owl#AbstractInterval> | "abstract interval" |
| <http://purl.org/NET/c4dm/timeline.owl#ContinuousTimeLine> | "continuous timeline" |
| <http://purl.org/NET/c4dm/timeline.owl#Interval> | "interval" |
| <http://purl.org/NET/c4dm/timeline.owl#Instant> | "instant" |
| <http://purl.org/NET/c4dm/timeline.owl#DiscreteInterval> | "discrete interval" |
| <http://purl.org/NET/c4dm/timeline.owl#DiscreteInstant> | "discrete instant" |
| <http://purl.org/NET/c4dm/timeline.owl#AbstractTimeLine> | "abstract timeline" |
| <http://purl.org/NET/c4dm/timeline.owl#RelativeTimeLine> | "relative timeline" |
| <http://purl.org/NET/c4dm/timeline.owl#PhysicalTimeLine> | "physical timeline" |
+---------------------------------------------------------------------+--------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment