Textual Work

Derivative Generators

Attributes

KeyField
LAM_OLD.13_textual_work
Identifier
LAM_OLD.13
Name
Textual Work
Description
A text based work that can be carried by physical or digital objects. Examples are the text for conservation reports, for journal articles, or exhibition catalogs.
Documentation
https://linked.art/model/document/
API Documentation
https://linked.art/api/1.0/endpoint/textual_work/
Arches Example
http://www.thesemantictakin.com:8000/graph_designer/6dad61aa-b4b5-11ea-84f7-3af9d3b32b71
SparQL List
PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } } LIMIT 100
SparQL Count
PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?subject) as ?subject_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } }
Count

Ontology Graph

Instance Graph

Turtle RDF


JSON-LD

Samples

Textual Work Textual Work Label

Fields

[CAT.1] Names and Identifiers

Identifier Name Field System Name Description CRM Path Expected Value Type SparQL List SparQL Count SparQL List Distinct SparQL Count Distinct Field
LAF_OLD.6 Name name_content This field is used to record the string value of the name attributed to the documented textual work. ->p1->E33_E41[4_1]->p190->rdf:literal String PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P190_has_symbolic_content ?LAF_6_name_content . BIND(?LAF_6_name_content as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P190_has_symbolic_content ?LAF_6_name_content . BIND(?LAF_6_name_content as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_6_name_content ?LAF_OLD_6_name_content_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P190_has_symbolic_content ?LAF_6_name_content . BIND(?LAF_6_name_content as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P190_has_symbolic_content ?LAF_6_name_content . BIND(?LAF_6_name_content as ?value) . } LIMIT 100 rect058aFRxVgHrNp
LAF_OLD.5 Name Type name_type This field is used to record the type of the name attributed to the documented textual work. ->p1->E33_E41[4_1]->p2->E55[5_1] Concept PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P2_has_type ?LAF_5_name_type . BIND(?LAF_5_name_type as ?value) . OPTIONAL { ?LAF_5_name_type rdfs:label ?LAF_5_name_type_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P2_has_type ?LAF_5_name_type . BIND(?LAF_5_name_type as ?value) . OPTIONAL { ?LAF_5_name_type rdfs:label ?LAF_5_name_type_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_5_name_type ?LAF_OLD_5_name_type_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P2_has_type ?LAF_5_name_type . BIND(?LAF_5_name_type as ?value) . OPTIONAL { ?LAF_5_name_type rdfs:label ?LAF_5_name_type_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P2_has_type ?LAF_5_name_type . BIND(?LAF_5_name_type as ?value) . OPTIONAL { ?LAF_5_name_type rdfs:label ?LAF_5_name_type_label . } } LIMIT 100 recSQDDsYM8LHc5jI
LAF_OLD.7 Name Language name_language This field is used to record the language of the name attributed to the documented textual work. ->p1->E33_E41[4_1]->p72->E56[7_1] Concept PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P72_has_language ?LAF_7_name_language . BIND(?LAF_7_name_language as ?value) . OPTIONAL { ?LAF_7_name_language rdfs:label ?LAF_7_name_language_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P72_has_language ?LAF_7_name_language . BIND(?LAF_7_name_language as ?value) . OPTIONAL { ?LAF_7_name_language rdfs:label ?LAF_7_name_language_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_7_name_language ?LAF_OLD_7_name_language_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P72_has_language ?LAF_7_name_language . BIND(?LAF_7_name_language as ?value) . OPTIONAL { ?LAF_7_name_language rdfs:label ?LAF_7_name_language_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P72_has_language ?LAF_7_name_language . BIND(?LAF_7_name_language as ?value) . OPTIONAL { ?LAF_7_name_language rdfs:label ?LAF_7_name_language_label . } } LIMIT 100 recx6DEv1GmIprdKT
LAF_OLD.44 Source Reference Work for Name name_source_reference This field is used to link to a source text in which the name denoting the documented textual work is used. ->p1->E33_E41[4_1]->p67i->E33[44_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P67i_is_referred_to_by ?LAF_44_name_source_reference . BIND(?LAF_44_name_source_reference as ?value) . OPTIONAL {?LAF_44_name_source_reference rdfs:label ?LAF_44_name_source_reference_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P67i_is_referred_to_by ?LAF_44_name_source_reference . BIND(?LAF_44_name_source_reference as ?value) . OPTIONAL {?LAF_44_name_source_reference rdfs:label ?LAF_44_name_source_reference_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_44_name_source_reference ?LAF_OLD_44_name_source_reference_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P67i_is_referred_to_by ?LAF_44_name_source_reference . BIND(?LAF_44_name_source_reference as ?value) . OPTIONAL {?LAF_44_name_source_reference rdfs:label ?LAF_44_name_source_reference_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P67i_is_referred_to_by ?LAF_44_name_source_reference . BIND(?LAF_44_name_source_reference as ?value) . OPTIONAL {?LAF_44_name_source_reference rdfs:label ?LAF_44_name_source_reference_label . } } LIMIT 100 recdX8i8aJFyGuUWf
LAF_OLD.4 Name Label name_label This field is used to record the string value of the machine readable label used for displaying the instance of name that is used to denote the documented textual work. ->p1->E33_E41[4_1]->rdfs:label->rdf:literal String PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name rdfs:label ?LAF_4_name_label . BIND(?LAF_4_name_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name rdfs:label ?LAF_4_name_label . BIND(?LAF_4_name_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_4_name_label ?LAF_OLD_4_name_label_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name rdfs:label ?LAF_4_name_label . BIND(?LAF_4_name_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name rdfs:label ?LAF_4_name_label . BIND(?LAF_4_name_label as ?value) .} LIMIT 100 recfcjoEcjN1GIBgS
LAF_OLD.10 Identifier identifier_content This field is used to record an identifier attributed to the documented textual work. ->p1->E42[8_1]->p190->rdf:literal String PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P190_has_symbolic_content ?LAF_10_identifier_content . BIND(?LAF_10_identifier_content as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P190_has_symbolic_content ?LAF_10_identifier_content . BIND(?LAF_10_identifier_content as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_10_identifier_content ?LAF_OLD_10_identifier_content_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P190_has_symbolic_content ?LAF_10_identifier_content . BIND(?LAF_10_identifier_content as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P190_has_symbolic_content ?LAF_10_identifier_content . BIND(?LAF_10_identifier_content as ?value) . } LIMIT 100 recLMov5hS0XQD9tf
LAF_OLD.9 Identifier Type identifier_type This field is used to record the type of the identifier attributed to the documented textual work. ->p1->E42[8_1]->p2->E55[9_1] Concept PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P2_has_type ?LAF_9_identifier_type . BIND(?LAF_9_identifier_type as ?value) . OPTIONAL { ?LAF_9_identifier_type rdfs:label ?LAF_9_identifier_type_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P2_has_type ?LAF_9_identifier_type . BIND(?LAF_9_identifier_type as ?value) . OPTIONAL { ?LAF_9_identifier_type rdfs:label ?LAF_9_identifier_type_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_9_identifier_type ?LAF_OLD_9_identifier_type_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P2_has_type ?LAF_9_identifier_type . BIND(?LAF_9_identifier_type as ?value) . OPTIONAL { ?LAF_9_identifier_type rdfs:label ?LAF_9_identifier_type_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P2_has_type ?LAF_9_identifier_type . BIND(?LAF_9_identifier_type as ?value) . OPTIONAL { ?LAF_9_identifier_type rdfs:label ?LAF_9_identifier_type_label . }} LIMIT 100 recVpTd5ABdwoBAwR
LAF_OLD.45 Source Reference Work for Identifier identifier_source_reference This field is used to link to a source text in which the identifier denoting the documented textual work is used. ->p1->E42[8_1]->p67i->E33[45_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P67i_is_referred_to_by ?LAF_45_identifier_source_reference . BIND(?LAF_45_identifier_source_reference as ?value) . OPTIONAL {?LAF_45_identifier_source_reference rdfs:label ?LAF_45_identifier_source_reference_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P67i_is_referred_to_by ?LAF_45_identifier_source_reference . BIND(?LAF_45_identifier_source_reference as ?value) . OPTIONAL {?LAF_45_identifier_source_reference rdfs:label ?LAF_45_identifier_source_reference_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_45_identifier_source_reference ?LAF_OLD_45_identifier_source_reference_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P67i_is_referred_to_by ?LAF_45_identifier_source_reference . BIND(?LAF_45_identifier_source_reference as ?value) . OPTIONAL {?LAF_45_identifier_source_reference rdfs:label ?LAF_45_identifier_source_reference_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P67i_is_referred_to_by ?LAF_45_identifier_source_reference . BIND(?LAF_45_identifier_source_reference as ?value) . OPTIONAL {?LAF_45_identifier_source_reference rdfs:label ?LAF_45_identifier_source_reference_label . }} LIMIT 100 recgfh1ID6uxeBP2y
LAF_OLD.8 Identifier Label identifier_label This field is used to record the string value of the machine readable label used for displaying the instance of identifier that is used to denote the documented textual work. ->p1->E42[8_1]->rdfs:label->rdf:literal String PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier rdfs:label ?LAF_8_identifier_label . BIND(?LAF_8_identifier_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier rdfs:label ?LAF_8_identifier_label . BIND(?LAF_8_identifier_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_8_identifier_label ?LAF_OLD_8_identifier_label_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier rdfs:label ?LAF_8_identifier_label . BIND(?LAF_8_identifier_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier rdfs:label ?LAF_8_identifier_label . BIND(?LAF_8_identifier_label as ?value) .} LIMIT 100 recWMQaB5yyprPgF1
LAF_OLD.434 Identifier Data Assignment identifier_data_assignment This field is used to indicate the details of the data assignment of this identifier to the documented object. ->p1->E42[8_1]->p141i->E13[434_1] Collection PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P141i_was_assigned_by ?LAF_434_identifier_data_assignment . BIND(?LAF_434_identifier_data_assignment as ?value) . OPTIONAL {?LAF_434_identifier_data_assignment rdfs:label ?LAF_434_identifier_data_assignment_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P141i_was_assigned_by ?LAF_434_identifier_data_assignment . BIND(?LAF_434_identifier_data_assignment as ?value) . OPTIONAL {?LAF_434_identifier_data_assignment rdfs:label ?LAF_434_identifier_data_assignment_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_434_identifier_data_assignment ?LAF_OLD_434_identifier_data_assignment_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P141i_was_assigned_by ?LAF_434_identifier_data_assignment . BIND(?LAF_434_identifier_data_assignment as ?value) . OPTIONAL {?LAF_434_identifier_data_assignment rdfs:label ?LAF_434_identifier_data_assignment_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P141i_was_assigned_by ?LAF_434_identifier_data_assignment . BIND(?LAF_434_identifier_data_assignment as ?value) . OPTIONAL {?LAF_434_identifier_data_assignment rdfs:label ?LAF_434_identifier_data_assignment_label . }} LIMIT 100 recdHHbPr3JgEg6NI
LAF_OLD.37 Exact Match exact_match This field is used to document a URI which is meant to indicate an equivalence between the documented textual work and a resolvable, structured reference resource that stands as a document for this self same entity. ->skos:ExactMatch->E1[37_1] uri PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject skos:exactMatch ?LAF_37_exact_match . BIND(?LAF_37_exact_match as ?value) . OPTIONAL {?LAF_37_exact_match rdfs:label ?LAF_37_exact_match_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject skos:exactMatch ?LAF_37_exact_match . BIND(?LAF_37_exact_match as ?value) . OPTIONAL {?LAF_37_exact_match rdfs:label ?LAF_37_exact_match_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_37_exact_match ?LAF_OLD_37_exact_match_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject skos:exactMatch ?LAF_37_exact_match . BIND(?LAF_37_exact_match as ?value) . OPTIONAL {?LAF_37_exact_match rdfs:label ?LAF_37_exact_match_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject skos:exactMatch ?LAF_37_exact_match . BIND(?LAF_37_exact_match as ?value) . OPTIONAL {?LAF_37_exact_match rdfs:label ?LAF_37_exact_match_label . }} LIMIT 100 reclwn0rzR2XxUuVh

Ontology Graph

Instance Graph

Turtle RDF


JSON-LD

Identifier: Sample

Subject Identifier Identifier Type Identifier Label Identifier Data Assignment Source Reference Work for Identifier
Count:

Name: Sample

Subject Name Type Source Reference Work for Name Name Label Name Name Language
Count:

Exact Match: Sample

Subject Exact Match
Count:

[CAT.2] Existence

Identifier Name Field System Name Description CRM Path Expected Value Type SparQL List SparQL Count SparQL List Distinct SparQL Count Distinct Field
LAF_OLD.86 Creator creation_actor This field is used to link the documented textual work creation activity to an actor responsible for carrying it out. ->P94i->E65[71_1]->P14->E39[86_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P14_carried_out_by ?LAF_86_creation_actor . BIND(?LAF_86_creation_actor as ?value) . OPTIONAL {?LAF_86_creation_actor rdfs:label ?LAF_86_creation_actor_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P14_carried_out_by ?LAF_86_creation_actor . BIND(?LAF_86_creation_actor as ?value) . OPTIONAL {?LAF_86_creation_actor rdfs:label ?LAF_86_creation_actor_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_86_creation_actor ?LAF_OLD_86_creation_actor_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P14_carried_out_by ?LAF_86_creation_actor . BIND(?LAF_86_creation_actor as ?value) . OPTIONAL {?LAF_86_creation_actor rdfs:label ?LAF_86_creation_actor_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P14_carried_out_by ?LAF_86_creation_actor . BIND(?LAF_86_creation_actor as ?value) . OPTIONAL {?LAF_86_creation_actor rdfs:label ?LAF_86_creation_actor_label . }} LIMIT 100 recCEgfwSN1AjyvoA
LAF_OLD.71 Creation Event Location creation_location This field is used to link the documented textual work creation activity to a location at which it was carried out. ->P94i->E65[71_1]->P7->E53[71_2] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P7_took_place_at ?LAF_71_creation_location . BIND(?LAF_71_creation_location as ?value) . OPTIONAL {?LAF_71_creation_location rdfs:label ?LAF_71_creation_location_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P7_took_place_at ?LAF_71_creation_location . BIND(?LAF_71_creation_location as ?value) . OPTIONAL {?LAF_71_creation_location rdfs:label ?LAF_71_creation_location_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_71_creation_location ?LAF_OLD_71_creation_location_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P7_took_place_at ?LAF_71_creation_location . BIND(?LAF_71_creation_location as ?value) . OPTIONAL {?LAF_71_creation_location rdfs:label ?LAF_71_creation_location_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P7_took_place_at ?LAF_71_creation_location . BIND(?LAF_71_creation_location as ?value) . OPTIONAL {?LAF_71_creation_location rdfs:label ?LAF_71_creation_location_label . }} LIMIT 100 recv5maqIg9tfu5oC
LAF_OLD.89 Object used in Creation Event creation_object_used This field is used to link the documented entity creation activity to an instance of physical object used in the exercise of this activity in a manner consequential to its outcome. ->P94i->E65[71_1]->P16->E22[89_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P16_used_specific_object ?LAF_89_creation_object_used . BIND(?LAF_89_creation_object_used as ?value) . OPTIONAL {?LAF_89_creation_object_used rdfs:label ?LAF_89_creation_object_used_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P16_used_specific_object ?LAF_89_creation_object_used . BIND(?LAF_89_creation_object_used as ?value) . OPTIONAL {?LAF_89_creation_object_used rdfs:label ?LAF_89_creation_object_used_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_89_creation_object_used ?LAF_OLD_89_creation_object_used_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P16_used_specific_object ?LAF_89_creation_object_used . BIND(?LAF_89_creation_object_used as ?value) . OPTIONAL {?LAF_89_creation_object_used rdfs:label ?LAF_89_creation_object_used_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P16_used_specific_object ?LAF_89_creation_object_used . BIND(?LAF_89_creation_object_used as ?value) . OPTIONAL {?LAF_89_creation_object_used rdfs:label ?LAF_89_creation_object_used_label . }} LIMIT 100 recSilS6UqysY9pS0
LAF_OLD.93 Creation Event Technique creation_technique This field is used to indicate a kind of technique used in the execution of the documented entity creation activity. ->P94i->E65[71_1]->P32->E55[93_1] Concept PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P32_used_general_technique ?LAF_93_creation_technique . BIND(?LAF_93_creation_technique as ?value) . OPTIONAL {?LAF_93_creation_technique rdfs:label ?LAF_93_creation_technique_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P32_used_general_technique ?LAF_93_creation_technique . BIND(?LAF_93_creation_technique as ?value) . OPTIONAL {?LAF_93_creation_technique rdfs:label ?LAF_93_creation_technique_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_93_creation_technique ?LAF_OLD_93_creation_technique_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P32_used_general_technique ?LAF_93_creation_technique . BIND(?LAF_93_creation_technique as ?value) . OPTIONAL {?LAF_93_creation_technique rdfs:label ?LAF_93_creation_technique_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P32_used_general_technique ?LAF_93_creation_technique . BIND(?LAF_93_creation_technique as ?value) . OPTIONAL {?LAF_93_creation_technique rdfs:label ?LAF_93_creation_technique_label . }} LIMIT 100 recxOxex2ETCfqehM
LAF_OLD.87 Influences on Creation Event creation_influence This field is used to link the documented textual work creation activity to any entity which had a substantial influence on that activity. ->P94i->E65[71_1]->P15->E1[87_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P15_was_influenced_by ?LAF_87_creation_influence . BIND(?LAF_87_creation_influence as ?value) . OPTIONAL {?LAF_87_creation_influence rdfs:label ?LAF_87_creation_influence_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P15_was_influenced_by ?LAF_87_creation_influence . BIND(?LAF_87_creation_influence as ?value) . OPTIONAL {?LAF_87_creation_influence rdfs:label ?LAF_87_creation_influence_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_87_creation_influence ?LAF_OLD_87_creation_influence_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P15_was_influenced_by ?LAF_87_creation_influence . BIND(?LAF_87_creation_influence as ?value) . OPTIONAL {?LAF_87_creation_influence rdfs:label ?LAF_87_creation_influence_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P15_was_influenced_by ?LAF_87_creation_influence . BIND(?LAF_87_creation_influence as ?value) . OPTIONAL {?LAF_87_creation_influence rdfs:label ?LAF_87_creation_influence_label . }} LIMIT 100 recafcWWcM8VfzjAo
LAF_OLD.96 Related Event causal to Creation Event creation_cause This field is used to link the documented textual work creation activity to another event which was the causal reason behind its coming to be. ->P94i->E65[71_1]->O13i->E5[96_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:O13i_was_triggered_by ?LAF_96_creation_cause . BIND(?LAF_96_creation_cause as ?value) . OPTIONAL {?LAF_96_creation_cause rdfs:label ?LAF_96_creation_cause_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:O13i_was_triggered_by ?LAF_96_creation_cause . BIND(?LAF_96_creation_cause as ?value) . OPTIONAL {?LAF_96_creation_cause rdfs:label ?LAF_96_creation_cause_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_96_creation_cause ?LAF_OLD_96_creation_cause_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:O13i_was_triggered_by ?LAF_96_creation_cause . BIND(?LAF_96_creation_cause as ?value) . OPTIONAL {?LAF_96_creation_cause rdfs:label ?LAF_96_creation_cause_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:O13i_was_triggered_by ?LAF_96_creation_cause . BIND(?LAF_96_creation_cause as ?value) . OPTIONAL {?LAF_96_creation_cause rdfs:label ?LAF_96_creation_cause_label . } } LIMIT 100 recGk8s7cCitXMpbD
LAF_OLD.91 Creation Event Type creation_type This field is used to record the formal type of the documented textual work creation activity. ->P94i->E65[71_1]->P2->E55[91_1] Concept PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P2_has_type ?LAF_91_creation_type . BIND(?LAF_91_creation_type as ?value) . OPTIONAL {?LAF_91_creation_type rdfs:label ?LAF_91_creation_type_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P2_has_type ?LAF_91_creation_type . BIND(?LAF_91_creation_type as ?value) . OPTIONAL {?LAF_91_creation_type rdfs:label ?LAF_91_creation_type_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_91_creation_type ?LAF_OLD_91_creation_type_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P2_has_type ?LAF_91_creation_type . BIND(?LAF_91_creation_type as ?value) . OPTIONAL {?LAF_91_creation_type rdfs:label ?LAF_91_creation_type_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P2_has_type ?LAF_91_creation_type . BIND(?LAF_91_creation_type as ?value) . OPTIONAL {?LAF_91_creation_type rdfs:label ?LAF_91_creation_type_label . }} LIMIT 100 recobH8SviQtspOQ3
LAF_OLD.85 Source Reference Work for Creation Event creation_source_reference This field is used to link the documented textual work creation activity to a textual source which documents the creation itself. ->P94i->E65[71_1]->P67i->E33[85_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P67i_is_referred_to_by ?LAF_85_creation_source_reference . BIND(?LAF_85_creation_source_reference as ?value) . OPTIONAL {?LAF_85_creation_source_reference rdfs:label ?LAF_85_creation_source_reference_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P67i_is_referred_to_by ?LAF_85_creation_source_reference . BIND(?LAF_85_creation_source_reference as ?value) . OPTIONAL {?LAF_85_creation_source_reference rdfs:label ?LAF_85_creation_source_reference_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_85_creation_source_reference ?LAF_OLD_85_creation_source_reference_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P67i_is_referred_to_by ?LAF_85_creation_source_reference . BIND(?LAF_85_creation_source_reference as ?value) . OPTIONAL {?LAF_85_creation_source_reference rdfs:label ?LAF_85_creation_source_reference_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P67i_is_referred_to_by ?LAF_85_creation_source_reference . BIND(?LAF_85_creation_source_reference as ?value) . OPTIONAL {?LAF_85_creation_source_reference rdfs:label ?LAF_85_creation_source_reference_label . }} LIMIT 100 reckCdVHOm8w9Q8FV
LAF_OLD.92 Creation Event Label creation_label This field is used to record the string value of the machine readable label used for the documented textual work creation activity. ->P94i->E65[71_1]->rdfs:label->rdf:literal String PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation rdfs:label ?LAF_92_creation_label . BIND(?LAF_92_creation_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation rdfs:label ?LAF_92_creation_label . BIND(?LAF_92_creation_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_92_creation_label ?LAF_OLD_92_creation_label_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation rdfs:label ?LAF_92_creation_label . BIND(?LAF_92_creation_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation rdfs:label ?LAF_92_creation_label . BIND(?LAF_92_creation_label as ?value) .} LIMIT 100 recZPz1qR14Vswgf7
LAF_OLD.90 TimeSpan of Creation Event creation_timespan This field is used to link the documented textual work creation activity to an instance of time-span recording the temporal extent of the activity. ->P94i->E65[71_1]->P4->E52[90_1] Collection PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P4_has_time-span ?LAF_90_creation_timespan . BIND(?LAF_90_creation_timespan as ?value) . OPTIONAL {?LAF_90_creation_timespan rdfs:label ?LAF_90_creation_timespan_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P4_has_time-span ?LAF_90_creation_timespan . BIND(?LAF_90_creation_timespan as ?value) . OPTIONAL {?LAF_90_creation_timespan rdfs:label ?LAF_90_creation_timespan_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_90_creation_timespan ?LAF_OLD_90_creation_timespan_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P4_has_time-span ?LAF_90_creation_timespan . BIND(?LAF_90_creation_timespan as ?value) . OPTIONAL {?LAF_90_creation_timespan rdfs:label ?LAF_90_creation_timespan_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P4_has_time-span ?LAF_90_creation_timespan . BIND(?LAF_90_creation_timespan as ?value) . OPTIONAL {?LAF_90_creation_timespan rdfs:label ?LAF_90_creation_timespan_label . }} LIMIT 100 recjucwa9JtLyOQv6
LAF_OLD.88 Name for Creation Event creation_name This field is used to link the documented textual work creation activity to a name that has been attributed to it. ->P94i->E65[71_1]->P1->E33_E41[88_1] Collection PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P1_is_identified_by ?LAF_88_creation_name . ?LAF_88_creation_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_88_creation_name as ?value) . OPTIONAL {?LAF_88_creation_name rdfs:label ?LAF_88_creation_name_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P1_is_identified_by ?LAF_88_creation_name . ?LAF_88_creation_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_88_creation_name as ?value) . OPTIONAL {?LAF_88_creation_name rdfs:label ?LAF_88_creation_name_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_88_creation_name ?LAF_OLD_88_creation_name_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P1_is_identified_by ?LAF_88_creation_name . ?LAF_88_creation_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_88_creation_name as ?value) . OPTIONAL {?LAF_88_creation_name rdfs:label ?LAF_88_creation_name_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P1_is_identified_by ?LAF_88_creation_name . ?LAF_88_creation_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_88_creation_name as ?value) . OPTIONAL {?LAF_88_creation_name rdfs:label ?LAF_88_creation_name_label . }} LIMIT 100 recHU8pwvWPFNFpgp
LAF_OLD.94 Identifier for Creation Event creation_identifier This field is used to link the documented textual work creation activity to an identifier that has been attributed to it. ->P94i->E65[71_1]->P1->E42[94_1] Collection PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P1_is_identified_by ?LAF_94_creation_identifier . ?LAF_94_creation_identifier a crm:E42_Identifier . BIND(?LAF_94_creation_identifier as ?value) . OPTIONAL {?LAF_94_creation_identifier rdfs:label ?LAF_94_creation_identifier_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P1_is_identified_by ?LAF_94_creation_identifier . ?LAF_94_creation_identifier a crm:E42_Identifier . BIND(?LAF_94_creation_identifier as ?value) . OPTIONAL {?LAF_94_creation_identifier rdfs:label ?LAF_94_creation_identifier_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_94_creation_identifier ?LAF_OLD_94_creation_identifier_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P1_is_identified_by ?LAF_94_creation_identifier . ?LAF_94_creation_identifier a crm:E42_Identifier . BIND(?LAF_94_creation_identifier as ?value) . OPTIONAL {?LAF_94_creation_identifier rdfs:label ?LAF_94_creation_identifier_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P1_is_identified_by ?LAF_94_creation_identifier . ?LAF_94_creation_identifier a crm:E42_Identifier . BIND(?LAF_94_creation_identifier as ?value) . OPTIONAL {?LAF_94_creation_identifier rdfs:label ?LAF_94_creation_identifier_label . }} LIMIT 100 recECVWXnsYZdJzvl
LAF_OLD.95 Statement about Creation Event creation_statement This field is used to link the documented textual work creation activity to a statement that describes it. ->P94i->E65[71_1]->P67i->E33[95_1] Collection PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P67i_is_referred_to_by ?LAF_95_creation_statement . ?LAF_95_creation_statement a crm:E33_Linguistic_Object . ?LAF_95_creation_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_95_creation_statement as ?value) . OPTIONAL {?LAF_95_creation_statement rdfs:label ?LAF_95_creation_statement_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P67i_is_referred_to_by ?LAF_95_creation_statement . ?LAF_95_creation_statement a crm:E33_Linguistic_Object . ?LAF_95_creation_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_95_creation_statement as ?value) . OPTIONAL {?LAF_95_creation_statement rdfs:label ?LAF_95_creation_statement_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_95_creation_statement ?LAF_OLD_95_creation_statement_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P67i_is_referred_to_by ?LAF_95_creation_statement . ?LAF_95_creation_statement a crm:E33_Linguistic_Object . ?LAF_95_creation_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_95_creation_statement as ?value) . OPTIONAL {?LAF_95_creation_statement rdfs:label ?LAF_95_creation_statement_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P94i_was_created_by ?LAP_9_creation . ?LAP_9_creation a crm:E65_Creation . ?LAP_9_creation crm:P67i_is_referred_to_by ?LAF_95_creation_statement . ?LAF_95_creation_statement a crm:E33_Linguistic_Object . ?LAF_95_creation_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_95_creation_statement as ?value) . OPTIONAL {?LAF_95_creation_statement rdfs:label ?LAF_95_creation_statement_label . }} LIMIT 100 receLklJtv4gEGo8s

Ontology Graph

Instance Graph

Turtle RDF


JSON-LD

Creation: Sample

Subject Creator Identifier for Creation Event Related Event causal to Creation Event Name for Creation Event Object used in Creation Event Creation Event Label Influences on Creation Event Statement about Creation Event TimeSpan of Creation Event Source Reference Work for Creation Event Creation Event Type Creation Event Location Creation Event Technique
Count:

[CAT.16] Classification

Identifier Name Field System Name Description CRM Path Expected Value Type SparQL List SparQL Count SparQL List Distinct SparQL Count Distinct Field
LAF_OLD.11 Type type This field is used to record the formal type of the documented textual work. ->p2->E55[11_1] Concept PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P2_has_type ?LAP_3_type . ?LAP_3_type a crm:E55_Type . BIND (?LAP_3_type as ?LAF_11_type) . BIND(?LAF_11_type as ?value) . OPTIONAL {?LAF_11_type rdfs:label ?LAF_11_type_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P2_has_type ?LAP_3_type . ?LAP_3_type a crm:E55_Type . BIND (?LAP_3_type as ?LAF_11_type) . BIND(?LAF_11_type as ?value) . OPTIONAL {?LAF_11_type rdfs:label ?LAF_11_type_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_11_type ?LAF_OLD_11_type_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P2_has_type ?LAP_3_type . ?LAP_3_type a crm:E55_Type . BIND (?LAP_3_type as ?LAF_11_type) . BIND(?LAF_11_type as ?value) . OPTIONAL {?LAF_11_type rdfs:label ?LAF_11_type_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P2_has_type ?LAP_3_type . ?LAP_3_type a crm:E55_Type . BIND (?LAP_3_type as ?LAF_11_type) . BIND(?LAF_11_type as ?value) . OPTIONAL {?LAF_11_type rdfs:label ?LAF_11_type_label . } } LIMIT 100 recbJPEAXPPT61g08

Ontology Graph

Instance Graph

Turtle RDF


JSON-LD

Type: Sample

Subject Type
Count:

[CAT.13] Description

Identifier Name Field System Name Description CRM Path Expected Value Type SparQL List SparQL Count SparQL List Distinct SparQL Count Distinct Field
LAF_OLD.15 Statement statement_content This field is used to record the actual textual content of the statement describing the documented textual work. ->p67i->E33[13_1]->p190->rdf:literal String PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P190_has_symbolic_content ?LAF_15_statement_content . BIND(?LAF_15_statement_content as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P190_has_symbolic_content ?LAF_15_statement_content . BIND(?LAF_15_statement_content as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_15_statement_content ?LAF_OLD_15_statement_content_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P190_has_symbolic_content ?LAF_15_statement_content . BIND(?LAF_15_statement_content as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P190_has_symbolic_content ?LAF_15_statement_content . BIND(?LAF_15_statement_content as ?value) . } LIMIT 100 reckGh3i738krVHNm
LAF_OLD.14 Statement Type statement_type This field is used to record the formal type of the statement made about the documented textual work. ->p67i->E33[13_1]->p2->E55[14_1] Concept PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_14_statement_type as ?value) . OPTIONAL {?LAF_14_statement_type rdfs:label ?LAF_14_statement_type_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_14_statement_type as ?value) . OPTIONAL {?LAF_14_statement_type rdfs:label ?LAF_14_statement_type_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_14_statement_type ?LAF_OLD_14_statement_type_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_14_statement_type as ?value) . OPTIONAL {?LAF_14_statement_type rdfs:label ?LAF_14_statement_type_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_14_statement_type as ?value) . OPTIONAL {?LAF_14_statement_type rdfs:label ?LAF_14_statement_type_label . } } LIMIT 100 recys7BFW0YBLvxQg
LAF_OLD.16 Statement Language statement_language This field is used to record the language of the statement describing the documented textual work. ->p67i->E33[13_1]->p72->E56[16_1] Concept PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P72_has_language ?LAF_16_statement_language . BIND(?LAF_16_statement_language as ?value) . OPTIONAL {?LAF_16_statement_language rdfs:label ?LAF_16_statement_language_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P72_has_language ?LAF_16_statement_language . BIND(?LAF_16_statement_language as ?value) . OPTIONAL {?LAF_16_statement_language rdfs:label ?LAF_16_statement_language_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_16_statement_language ?LAF_OLD_16_statement_language_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P72_has_language ?LAF_16_statement_language . BIND(?LAF_16_statement_language as ?value) . OPTIONAL {?LAF_16_statement_language rdfs:label ?LAF_16_statement_language_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P72_has_language ?LAF_16_statement_language . BIND(?LAF_16_statement_language as ?value) . OPTIONAL {?LAF_16_statement_language rdfs:label ?LAF_16_statement_language_label . }} LIMIT 100 recB62sRzIpyRJhzm
LAF_OLD.55 Source Reference Work for Statement statement_source_reference This field is used to link to a source text from which the statement describing the documented textual work is derived. ->p67i->E33[13_1]->p67i->E33[55_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P67i_is_referred_to_by ?LAF_55_statement_source_reference . OPTIONAL {?LAF_55_statement_source_reference rdfs:label ?LAF_55_statement_source_reference_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P67i_is_referred_to_by ?LAF_55_statement_source_reference . OPTIONAL {?LAF_55_statement_source_reference rdfs:label ?LAF_55_statement_source_reference_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_55_statement_source_reference ?LAF_OLD_55_statement_source_reference_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P67i_is_referred_to_by ?LAF_55_statement_source_reference . OPTIONAL {?LAF_55_statement_source_reference rdfs:label ?LAF_55_statement_source_reference_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P67i_is_referred_to_by ?LAF_55_statement_source_reference . OPTIONAL {?LAF_55_statement_source_reference rdfs:label ?LAF_55_statement_source_reference_label . } } LIMIT 100 recC8TtfbmNHNz3Wk
LAF_OLD.13 Statement Label statement_label This field is used to record the string value of the machine readable label used for displaying the instance of statement that describes the documented textual work. ->p67i->E33[13_1]->rdfs:label->rdf:literal String PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement rdfs:label ?LAF_13_statement_label . BIND(?LAF_13_statement_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement rdfs:label ?LAF_13_statement_label . BIND(?LAF_13_statement_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_13_statement_label ?LAF_OLD_13_statement_label_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement rdfs:label ?LAF_13_statement_label . BIND(?LAF_13_statement_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement rdfs:label ?LAF_13_statement_label . BIND(?LAF_13_statement_label as ?value) .} LIMIT 100 recV7tSNHa0j1RDdl
LAF_OLD.50 Name for Statement statement_name This field is used to link to a name attributed to the statement made about the documented textual work. ->p67i->E33[13_1]->p1->E33_E41[50_1] Collection PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P1_is_identified_by ?LAF_50_statement_name . ?LAF_50_statement_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_50_statement_name as ?value) . OPTIONAL {?LAF_50_statement_name rdfs:label ?LAF_50_statement_name_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P1_is_identified_by ?LAF_50_statement_name . ?LAF_50_statement_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_50_statement_name as ?value) . OPTIONAL {?LAF_50_statement_name rdfs:label ?LAF_50_statement_name_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_50_statement_name ?LAF_OLD_50_statement_name_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P1_is_identified_by ?LAF_50_statement_name . ?LAF_50_statement_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_50_statement_name as ?value) . OPTIONAL {?LAF_50_statement_name rdfs:label ?LAF_50_statement_name_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P1_is_identified_by ?LAF_50_statement_name . ?LAF_50_statement_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_50_statement_name as ?value) . OPTIONAL {?LAF_50_statement_name rdfs:label ?LAF_50_statement_name_label . }} LIMIT 100 recoYNdWJJTOA1hZK

Ontology Graph

Instance Graph

Turtle RDF


JSON-LD

Statement: Sample

Subject Statement Language Source Reference Work for Statement Statement Label Statement Name for Statement Statement Type
Count:

[CAT.9] Parthood

Identifier Name Field System Name Description CRM Path Expected Value Type SparQL List SparQL Count SparQL List Distinct SparQL Count Distinct Field
LAF_OLD.394 Part of Text part_of_textual_work This field is used to link the documented textual work to another instance of textual work of which it is a part. ->P106i->E33[394_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P106i_forms_part_of ?LAF_394_part_of_textual_work . ?LAF_394_part_of_textual_work a crm:E33_Linguistic_Object . BIND(?LAF_394_part_of_textual_work as ?value) . OPTIONAL {?LAF_394_part_of_textual_work rdfs:label ?LAF_394_part_of_textual_work_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P106i_forms_part_of ?LAF_394_part_of_textual_work . ?LAF_394_part_of_textual_work a crm:E33_Linguistic_Object . BIND(?LAF_394_part_of_textual_work as ?value) . OPTIONAL {?LAF_394_part_of_textual_work rdfs:label ?LAF_394_part_of_textual_work_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_394_part_of_textual_work ?LAF_OLD_394_part_of_textual_work_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P106i_forms_part_of ?LAF_394_part_of_textual_work . ?LAF_394_part_of_textual_work a crm:E33_Linguistic_Object . BIND(?LAF_394_part_of_textual_work as ?value) . OPTIONAL {?LAF_394_part_of_textual_work rdfs:label ?LAF_394_part_of_textual_work_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P106i_forms_part_of ?LAF_394_part_of_textual_work . ?LAF_394_part_of_textual_work a crm:E33_Linguistic_Object . BIND(?LAF_394_part_of_textual_work as ?value) . OPTIONAL {?LAF_394_part_of_textual_work rdfs:label ?LAF_394_part_of_textual_work_label . }} LIMIT 100 recs8cmlZMtMSCFWr

Ontology Graph

Instance Graph

Turtle RDF


JSON-LD

Part of Text: Sample

Subject Part of Text
Count:

[CAT.3] Qualities

Identifier Name Field System Name Description CRM Path Expected Value Type SparQL List SparQL Count SparQL List Distinct SparQL Count Distinct Field
LAF_OLD.393 Text Content text_content This field is used to link the documented textual work to the actual string content of that textual work. ->P190->rdf:literal String PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P190_has_symbolic_content ?LAF_393_text_content . ?LAF_393_text_content a rdf:literal . BIND(?LAF_393_text_content as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P190_has_symbolic_content ?LAF_393_text_content . ?LAF_393_text_content a rdf:literal . BIND(?LAF_393_text_content as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_393_text_content ?LAF_OLD_393_text_content_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P190_has_symbolic_content ?LAF_393_text_content . ?LAF_393_text_content a rdf:literal . BIND(?LAF_393_text_content as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P190_has_symbolic_content ?LAF_393_text_content . ?LAF_393_text_content a rdf:literal . BIND(?LAF_393_text_content as ?value) . } LIMIT 100 recCFlHP1LcNKQQFG
LAF_OLD.584 Format format This field is used to indicate the format of a textual work. dc:format->rdf:literal String PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject dc:format ?LAF_584_format . BIND(?LAF_584_format as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject dc:format ?LAF_584_format . BIND(?LAF_584_format as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_584_format ?LAF_OLD_584_format_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject dc:format ?LAF_584_format . BIND(?LAF_584_format as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject dc:format ?LAF_584_format . BIND(?LAF_584_format as ?value) . } LIMIT 100 recT1iQw4TX429ZuY
LAF_OLD.389 Text Language text_language This field is used to link the documented textual work to the language in which it is expressed. ->P72->E56[389_1] Concept PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P72_has_language ?LAF_389_text_language . ?LAF_389_text_language a crm:E56_Language . BIND(?LAF_389_text_language as ?value) . OPTIONAL {?LAF_389_text_language rdfs:label ?LAF_389_text_language_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P72_has_language ?LAF_389_text_language . ?LAF_389_text_language a crm:E56_Language . BIND(?LAF_389_text_language as ?value) . OPTIONAL {?LAF_389_text_language rdfs:label ?LAF_389_text_language_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_389_text_language ?LAF_OLD_389_text_language_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P72_has_language ?LAF_389_text_language . ?LAF_389_text_language a crm:E56_Language . BIND(?LAF_389_text_language as ?value) . OPTIONAL {?LAF_389_text_language rdfs:label ?LAF_389_text_language_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P72_has_language ?LAF_389_text_language . ?LAF_389_text_language a crm:E56_Language . BIND(?LAF_389_text_language as ?value) . OPTIONAL {?LAF_389_text_language rdfs:label ?LAF_389_text_language_label . }} LIMIT 100 recylK0WKcNEFIfNX
LAF_OLD.97 Member of Set member_of_set This field is used to link the documented entity to a set of which it is a member. ->la:member_of->la:Set[97_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject la:member_of ?LAF_97_member_of_set . ?LAF_97_member_of_set a la:Set . BIND(?LAF_97_member_of_set as ?value) . OPTIONAL {?LAF_97_member_of_set rdfs:label ?LAF_97_member_of_set_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject la:member_of ?LAF_97_member_of_set . ?LAF_97_member_of_set a la:Set . BIND(?LAF_97_member_of_set as ?value) . OPTIONAL {?LAF_97_member_of_set rdfs:label ?LAF_97_member_of_set_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_97_member_of_set ?LAF_OLD_97_member_of_set_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject la:member_of ?LAF_97_member_of_set . ?LAF_97_member_of_set a la:Set . BIND(?LAF_97_member_of_set as ?value) . OPTIONAL {?LAF_97_member_of_set rdfs:label ?LAF_97_member_of_set_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject la:member_of ?LAF_97_member_of_set . ?LAF_97_member_of_set a la:Set . BIND(?LAF_97_member_of_set as ?value) . OPTIONAL {?LAF_97_member_of_set rdfs:label ?LAF_97_member_of_set_label . }} LIMIT 100 recsznfWfsUSKAFYp
LAF_OLD.101 Dimension Value dimension_value This field is used to record the value for the documented instance of dimension. ->p43->E54[98_1]->p90->rdf:literal Integer PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P90_has_value ?LAF_101_dimension_value . BIND(?LAF_101_dimension_value as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P90_has_value ?LAF_101_dimension_value . BIND(?LAF_101_dimension_value as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_101_dimension_value ?LAF_OLD_101_dimension_value_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P90_has_value ?LAF_101_dimension_value . BIND(?LAF_101_dimension_value as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P90_has_value ?LAF_101_dimension_value . BIND(?LAF_101_dimension_value as ?value) .} LIMIT 100 rec3nPSFQ8vL0e7uP
LAF_OLD.98 Highest Possible Dimension Value dimension_highest_possible_value This field is used to record the highest possible value for a dimension when the value of the dimension is known as a range. ->p43->E54[98_1]->p90b->rdf:literal Integer PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P90b_has_highest_value_limit ?LAF_98_dimension_highest_possible_value . BIND(?LAF_98_dimension_highest_possible_value as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P90b_has_highest_value_limit ?LAF_98_dimension_highest_possible_value . BIND(?LAF_98_dimension_highest_possible_value as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_98_dimension_highest_possible_value ?LAF_OLD_98_dimension_highest_possible_value_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P90b_has_highest_value_limit ?LAF_98_dimension_highest_possible_value . BIND(?LAF_98_dimension_highest_possible_value as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P90b_has_highest_value_limit ?LAF_98_dimension_highest_possible_value . BIND(?LAF_98_dimension_highest_possible_value as ?value) . } LIMIT 100 recOVCB3CZfNkIwz1
LAF_OLD.105 Lowest Possible Dimension Value dimension_lowest_possible_value This field is used to record the lowest possible value for a dimension when the value of the dimension is known as a range. ->p43->E54[98_1]->p90a->rdf:literal Integer PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P90a_has_lower_value_limit ?LAF_105_dimension_lowest_possible_value . BIND(?LAF_105_dimension_lowest_possible_value as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P90a_has_lower_value_limit ?LAF_105_dimension_lowest_possible_value . BIND(?LAF_105_dimension_lowest_possible_value as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_105_dimension_lowest_possible_value ?LAF_OLD_105_dimension_lowest_possible_value_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P90a_has_lower_value_limit ?LAF_105_dimension_lowest_possible_value . BIND(?LAF_105_dimension_lowest_possible_value as ?value) . } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P90a_has_lower_value_limit ?LAF_105_dimension_lowest_possible_value . BIND(?LAF_105_dimension_lowest_possible_value as ?value) . } LIMIT 100 rec8JvAWsXg290E4h
LAF_OLD.99 Dimension Unit dimension_unit This field is used to record the unit for the documented instance of dimension. ->p43->E54[98_1]->p91->E58[99_1] Concept PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P91_has_unit ?LAF_99_dimension_unit . BIND(?LAF_99_dimension_unit as ?value) . OPTIONAL {?LAF_99_dimension_unit rdfs:label ?LAF_99_dimension_unit_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P91_has_unit ?LAF_99_dimension_unit . BIND(?LAF_99_dimension_unit as ?value) . OPTIONAL {?LAF_99_dimension_unit rdfs:label ?LAF_99_dimension_unit_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_99_dimension_unit ?LAF_OLD_99_dimension_unit_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P91_has_unit ?LAF_99_dimension_unit . BIND(?LAF_99_dimension_unit as ?value) . OPTIONAL {?LAF_99_dimension_unit rdfs:label ?LAF_99_dimension_unit_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P91_has_unit ?LAF_99_dimension_unit . BIND(?LAF_99_dimension_unit as ?value) . OPTIONAL {?LAF_99_dimension_unit rdfs:label ?LAF_99_dimension_unit_label . }} LIMIT 100 recXL5pTbiuQ6yC0x
LAF_OLD.104 Dimension Type dimension_type This field is used to record the formal type of the documented dimension. ->p43->E54[98_1]->p2->E55[104_1] Concept PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P2_has_type ?LAF_104_dimension_type . BIND(?LAF_104_dimension_type as ?value) . OPTIONAL {?LAF_104_dimension_type rdfs:label ?LAF_104_dimension_type_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P2_has_type ?LAF_104_dimension_type . BIND(?LAF_104_dimension_type as ?value) . OPTIONAL {?LAF_104_dimension_type rdfs:label ?LAF_104_dimension_type_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_104_dimension_type ?LAF_OLD_104_dimension_type_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P2_has_type ?LAF_104_dimension_type . BIND(?LAF_104_dimension_type as ?value) . OPTIONAL {?LAF_104_dimension_type rdfs:label ?LAF_104_dimension_type_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P2_has_type ?LAF_104_dimension_type . BIND(?LAF_104_dimension_type as ?value) . OPTIONAL {?LAF_104_dimension_type rdfs:label ?LAF_104_dimension_type_label . }} LIMIT 100 recYPMJ0zd1SgAlg3
LAF_OLD.103 Source Reference Work for Dimension dimension_source_reference This field is used to link the documented dimension to a statement that describes it. ->p43->E54[98_1]->p67i->E33[103_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P67i_is_referred_to_by ?LAF_103_dimension_source_reference . BIND(?LAF_103_dimension_source_reference as ?value) . OPTIONAL {?LAF_103_dimension_source_reference rdfs:label ?LAF_103_dimension_source_reference_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P67i_is_referred_to_by ?LAF_103_dimension_source_reference . BIND(?LAF_103_dimension_source_reference as ?value) . OPTIONAL {?LAF_103_dimension_source_reference rdfs:label ?LAF_103_dimension_source_reference_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_103_dimension_source_reference ?LAF_OLD_103_dimension_source_reference_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P67i_is_referred_to_by ?LAF_103_dimension_source_reference . BIND(?LAF_103_dimension_source_reference as ?value) . OPTIONAL {?LAF_103_dimension_source_reference rdfs:label ?LAF_103_dimension_source_reference_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P67i_is_referred_to_by ?LAF_103_dimension_source_reference . BIND(?LAF_103_dimension_source_reference as ?value) . OPTIONAL {?LAF_103_dimension_source_reference rdfs:label ?LAF_103_dimension_source_reference_label . }} LIMIT 100 recvU7gf6nZDHVon6
LAF_OLD.102 Dimension Label dimension_label This field is used to record the string value of the machine readable label used for the documented dimension. ->p43->E54[98_1]->rdfs:label->rdf:literal String PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension rdfs:label ?LAF_102_dimension_label . BIND(?LAF_102_dimension_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension rdfs:label ?LAF_102_dimension_label . BIND(?LAF_102_dimension_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_102_dimension_label ?LAF_OLD_102_dimension_label_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension rdfs:label ?LAF_102_dimension_label . BIND(?LAF_102_dimension_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension rdfs:label ?LAF_102_dimension_label . BIND(?LAF_102_dimension_label as ?value) .} LIMIT 100 rec7GhG8Dw9hgNkjW
LAF_OLD.100 Name for Dimension dimension_name This field is used to link the documented dimension to a name that has been attributed to it. ->p43->E54[98_1]->p1->E33_E41[100_1] Collection PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P1_is_identified_by ?LAF_100_dimension_name . ?LAF_100_dimension_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_100_dimension_name as ?value) . OPTIONAL {?LAF_100_dimension_name rdfs:label ?LAF_100_dimension_name_value .}} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P1_is_identified_by ?LAF_100_dimension_name . ?LAF_100_dimension_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_100_dimension_name as ?value) . OPTIONAL {?LAF_100_dimension_name rdfs:label ?LAF_100_dimension_name_value .}} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_100_dimension_name ?LAF_OLD_100_dimension_name_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P1_is_identified_by ?LAF_100_dimension_name . ?LAF_100_dimension_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_100_dimension_name as ?value) . OPTIONAL {?LAF_100_dimension_name rdfs:label ?LAF_100_dimension_name_value .}} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P1_is_identified_by ?LAF_100_dimension_name . ?LAF_100_dimension_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_100_dimension_name as ?value) . OPTIONAL {?LAF_100_dimension_name rdfs:label ?LAF_100_dimension_name_value .}} LIMIT 100 recVJpTPMaV8iug4A
LAF_OLD.453 Statement about Dimension dimension_statement This field is used to link the dimension of a documented entity to a statement that describes it. ->p43->E54[98_1]->P67i->E33[453_1] Collection PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P67i_is_referred_to_by ?LAF_453_dimension_statement . ?LAF_453_dimension_statement a crm:E33_Linguistic_Object . ?LAF_453_dimension_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_453_dimension_statement as ?value) . OPTIONAL {?LAF_453_dimension_statement rdfs:label ?LAF_453_dimension_statement_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P67i_is_referred_to_by ?LAF_453_dimension_statement . ?LAF_453_dimension_statement a crm:E33_Linguistic_Object . ?LAF_453_dimension_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_453_dimension_statement as ?value) . OPTIONAL {?LAF_453_dimension_statement rdfs:label ?LAF_453_dimension_statement_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_453_dimension_statement ?LAF_OLD_453_dimension_statement_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P67i_is_referred_to_by ?LAF_453_dimension_statement . ?LAF_453_dimension_statement a crm:E33_Linguistic_Object . ?LAF_453_dimension_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_453_dimension_statement as ?value) . OPTIONAL {?LAF_453_dimension_statement rdfs:label ?LAF_453_dimension_statement_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P67i_is_referred_to_by ?LAF_453_dimension_statement . ?LAF_453_dimension_statement a crm:E33_Linguistic_Object . ?LAF_453_dimension_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_453_dimension_statement as ?value) . OPTIONAL {?LAF_453_dimension_statement rdfs:label ?LAF_453_dimension_statement_label . }} LIMIT 100 rec0p8aCi3UW5RnDu
LAF_OLD.435 Dimension Data Assignment dimension_data_assignment ->p43->E54[98_1]->p141i->E13[435_1] Collection PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P141i_was_assigned_by ?LAF_435_dimension_data_assignment . BIND(?LAF_435_dimension_data_assignment as ?value) . OPTIONAL {?LAF_435_dimension_data_assignment rdfs:label ?LAF_435_dimension_data_assignment_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P141i_was_assigned_by ?LAF_435_dimension_data_assignment . BIND(?LAF_435_dimension_data_assignment as ?value) . OPTIONAL {?LAF_435_dimension_data_assignment rdfs:label ?LAF_435_dimension_data_assignment_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_435_dimension_data_assignment ?LAF_OLD_435_dimension_data_assignment_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P141i_was_assigned_by ?LAF_435_dimension_data_assignment . BIND(?LAF_435_dimension_data_assignment as ?value) . OPTIONAL {?LAF_435_dimension_data_assignment rdfs:label ?LAF_435_dimension_data_assignment_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P43_has_dimension ?LAP_8_dimension . ?LAP_8_dimension a crm:E54_Dimension . ?LAP_8_dimension crm:P141i_was_assigned_by ?LAF_435_dimension_data_assignment . BIND(?LAF_435_dimension_data_assignment as ?value) . OPTIONAL {?LAF_435_dimension_data_assignment rdfs:label ?LAF_435_dimension_data_assignment_label . }} LIMIT 100 recbrQ8Ba9fZVBsDw

Ontology Graph

Instance Graph

Turtle RDF


JSON-LD

Dimension: Sample

Subject Statement about Dimension Dimension Value Dimension Label Lowest Possible Dimension Value Highest Possible Dimension Value Name for Dimension Dimension Unit Dimension Type Dimension Data Assignment Source Reference Work for Dimension
Count:

Text Content: Sample

Subject Text Content
Count:

Format: Sample

Subject Format
Count:

Member of Set: Sample

Subject Member of Set
Count:

Text Language: Sample

Subject Text Language
Count:

[CAT.5] Events

Identifier Name Field System Name Description CRM Path Expected Value Type SparQL List SparQL Count SparQL List Distinct SparQL Count Distinct Field
LAF_OLD.405 Actor in Publication Event publication_actor This field is used to link the documented event of publication to an actor responsible for carrying it out. ->P16i->E7[396_1]->P14->E39[405_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P14_carried_out_by ?LAF_405_publication_actor . BIND(?LAF_405_publication_actor as ?value) . OPTIONAL {?LAF_405_publication_actor rdfs:label ?LAF_405_publication_actor_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P14_carried_out_by ?LAF_405_publication_actor . BIND(?LAF_405_publication_actor as ?value) . OPTIONAL {?LAF_405_publication_actor rdfs:label ?LAF_405_publication_actor_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_405_publication_actor ?LAF_OLD_405_publication_actor_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P14_carried_out_by ?LAF_405_publication_actor . BIND(?LAF_405_publication_actor as ?value) . OPTIONAL {?LAF_405_publication_actor rdfs:label ?LAF_405_publication_actor_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P14_carried_out_by ?LAF_405_publication_actor . BIND(?LAF_405_publication_actor as ?value) . OPTIONAL {?LAF_405_publication_actor rdfs:label ?LAF_405_publication_actor_label . }} LIMIT 100 recMWJ0pSNbC4QQ2X
LAF_OLD.407 Location of Publication Event publication_location This field is used to link the documented event of publication to a location at which it was carried out. ->P16i->E7[396_1]->P7->E53[407_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P7_took_place_at ?LAF_407_publication_location . BIND(?LAF_407_publication_location as ?value) . OPTIONAL {?LAF_407_publication_location rdfs:label ?LAF_407_publication_location_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P7_took_place_at ?LAF_407_publication_location . BIND(?LAF_407_publication_location as ?value) . OPTIONAL {?LAF_407_publication_location rdfs:label ?LAF_407_publication_location_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_407_publication_location ?LAF_OLD_407_publication_location_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P7_took_place_at ?LAF_407_publication_location . BIND(?LAF_407_publication_location as ?value) . OPTIONAL {?LAF_407_publication_location rdfs:label ?LAF_407_publication_location_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P7_took_place_at ?LAF_407_publication_location . BIND(?LAF_407_publication_location as ?value) . OPTIONAL {?LAF_407_publication_location rdfs:label ?LAF_407_publication_location_label . } } LIMIT 100 recuZwVzaBobgocvX
LAF_OLD.409 Object used in Publication Event publication_object_used This field is used to link the documented publication activity to an instance of physical object used in the exercise of this activity in a manner consequential to its outcome. ->P16i->E7[396_1]->P16->E22[409_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P16_used_specific_object ?LAF_409_publication_object_used . BIND(?LAF_409_publication_object_used as ?value) . OPTIONAL {?LAF_409_publication_object_used rdfs:label ?LAF_409_publication_object_used_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P16_used_specific_object ?LAF_409_publication_object_used . BIND(?LAF_409_publication_object_used as ?value) . OPTIONAL {?LAF_409_publication_object_used rdfs:label ?LAF_409_publication_object_used_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_409_publication_object_used ?LAF_OLD_409_publication_object_used_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P16_used_specific_object ?LAF_409_publication_object_used . BIND(?LAF_409_publication_object_used as ?value) . OPTIONAL {?LAF_409_publication_object_used rdfs:label ?LAF_409_publication_object_used_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P16_used_specific_object ?LAF_409_publication_object_used . BIND(?LAF_409_publication_object_used as ?value) . OPTIONAL {?LAF_409_publication_object_used rdfs:label ?LAF_409_publication_object_used_label . }} LIMIT 100 recu75kFgQuMFKOUQ
LAF_OLD.585 Publication Technique publication_technique This field is used to indicate a kind of technique used in the execution of the documented entity publication activity. ->P16i->E7[396_1]->P32->E55[585_1] Concept PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P32_used_general_technique ?LAF_585_publication_technique . BIND(?LAF_585_publication_technique as ?value) . OPTIONAL {?LAF_585_publication_technique rdfs:label ?LAF_585_publication_technique_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P32_used_general_technique ?LAF_585_publication_technique . BIND(?LAF_585_publication_technique as ?value) . OPTIONAL {?LAF_585_publication_technique rdfs:label ?LAF_585_publication_technique_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_585_publication_technique ?LAF_OLD_585_publication_technique_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P32_used_general_technique ?LAF_585_publication_technique . BIND(?LAF_585_publication_technique as ?value) . OPTIONAL {?LAF_585_publication_technique rdfs:label ?LAF_585_publication_technique_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P32_used_general_technique ?LAF_585_publication_technique . BIND(?LAF_585_publication_technique as ?value) . OPTIONAL {?LAF_585_publication_technique rdfs:label ?LAF_585_publication_technique_label . } } LIMIT 100 recpHWVpBNkGDkHRI
LAF_OLD.408 Influence on Publication Event publication_influence This field is used to link the documented publication activity to any entity which had a substantial influence on that activity. ->P16i->E7[396_1]->P15->E1[408_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P15_was_influenced_by ?LAF_408_publication_influence . BIND(?LAF_408_publication_influence as ?value) . OPTIONAL {?LAF_408_publication_influence rdfs:label ?LAF_408_publication_influence_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P15_was_influenced_by ?LAF_408_publication_influence . BIND(?LAF_408_publication_influence as ?value) . OPTIONAL {?LAF_408_publication_influence rdfs:label ?LAF_408_publication_influence_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_408_publication_influence ?LAF_OLD_408_publication_influence_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P15_was_influenced_by ?LAF_408_publication_influence . BIND(?LAF_408_publication_influence as ?value) . OPTIONAL {?LAF_408_publication_influence rdfs:label ?LAF_408_publication_influence_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P15_was_influenced_by ?LAF_408_publication_influence . BIND(?LAF_408_publication_influence as ?value) . OPTIONAL {?LAF_408_publication_influence rdfs:label ?LAF_408_publication_influence_label . }} LIMIT 100 recrqsmWYZolDthdY
LAF_OLD.583 publication_cause This field is used to link the documented publication activity to another event which was the causal reason behind its coming to be. ->P16i->E7[396_1]->O13i->E5[583_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:O13i_was_triggered_by ?LAF_583_publication_cause . BIND(?LAF_583_publication_cause as ?value) . OPTIONAL {?LAF_583_publication_cause rdfs:label ?LAF_583_publication_cause_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:O13i_was_triggered_by ?LAF_583_publication_cause . BIND(?LAF_583_publication_cause as ?value) . OPTIONAL {?LAF_583_publication_cause rdfs:label ?LAF_583_publication_cause_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_583_publication_cause ?LAF_OLD_583_publication_cause_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:O13i_was_triggered_by ?LAF_583_publication_cause . BIND(?LAF_583_publication_cause as ?value) . OPTIONAL {?LAF_583_publication_cause rdfs:label ?LAF_583_publication_cause_label . } } LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:O13i_was_triggered_by ?LAF_583_publication_cause . BIND(?LAF_583_publication_cause as ?value) . OPTIONAL {?LAF_583_publication_cause rdfs:label ?LAF_583_publication_cause_label . } } LIMIT 100 rec9tVdGoh0Toodp5
LAF_OLD.397 Publication Type publication_type This field is used to record the formal type of the documented event of publication. ->P16i->E7[396_1]->P2->E55[397_1] Concept PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P2_has_type ?LAF_397_publication_type . BIND(?LAF_397_publication_type as ?value) . OPTIONAL {?LAF_397_publication_type rdfs:label ?LAF_397_publication_type_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P2_has_type ?LAF_397_publication_type . BIND(?LAF_397_publication_type as ?value) . OPTIONAL {?LAF_397_publication_type rdfs:label ?LAF_397_publication_type_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_397_publication_type ?LAF_OLD_397_publication_type_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P2_has_type ?LAF_397_publication_type . BIND(?LAF_397_publication_type as ?value) . OPTIONAL {?LAF_397_publication_type rdfs:label ?LAF_397_publication_type_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P2_has_type ?LAF_397_publication_type . BIND(?LAF_397_publication_type as ?value) . OPTIONAL {?LAF_397_publication_type rdfs:label ?LAF_397_publication_type_label . }} LIMIT 100 reciwNUxAo6sjP9cX
LAF_OLD.399 Source Reference Work for Publication Event publication_source_reference This field is used to link the documented event of publication to a textual source which documents the activity itself. ->P16i->E7[396_1]->P67i->E33[399_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P67i_is_referred_to_by ?LAF_399_publication_source_reference . BIND(?LAF_399_publication_source_reference as ?value) . OPTIONAL {?LAF_399_publication_source_reference rdfs:label ?LAF_399_publication_source_reference_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P67i_is_referred_to_by ?LAF_399_publication_source_reference . BIND(?LAF_399_publication_source_reference as ?value) . OPTIONAL {?LAF_399_publication_source_reference rdfs:label ?LAF_399_publication_source_reference_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_399_publication_source_reference ?LAF_OLD_399_publication_source_reference_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P67i_is_referred_to_by ?LAF_399_publication_source_reference . BIND(?LAF_399_publication_source_reference as ?value) . OPTIONAL {?LAF_399_publication_source_reference rdfs:label ?LAF_399_publication_source_reference_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P67i_is_referred_to_by ?LAF_399_publication_source_reference . BIND(?LAF_399_publication_source_reference as ?value) . OPTIONAL {?LAF_399_publication_source_reference rdfs:label ?LAF_399_publication_source_reference_label . }} LIMIT 100 recffPx55v8JEfMXM
LAF_OLD.402 Publication Event Label publication_label This field is used to record the string value of the machine readable label used for the documented event of publication. ->P16i->E7[396_1]->rdfs:label->rdf:literal String PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication rdfs:label ?LAF_402_publication_label . BIND(?LAF_402_publication_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication rdfs:label ?LAF_402_publication_label . BIND(?LAF_402_publication_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_402_publication_label ?LAF_OLD_402_publication_label_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication rdfs:label ?LAF_402_publication_label . BIND(?LAF_402_publication_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication rdfs:label ?LAF_402_publication_label . BIND(?LAF_402_publication_label as ?value) .} LIMIT 100 rec9KLVboQMY9DcGr
LAF_OLD.400 Timespan for Publication Event publication_timespan This field is used to link the documented event of publication to an instance of time-span recording the temporal extent of the activity. ->P16i->E7[396_1]->P4->E52[400_1] Collection PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P4_has_time-span ?LAF_400_publication_timespan . BIND(?LAF_400_publication_timespan as ?value) . OPTIONAL {?LAF_400_publication_timespan rdfs:label ?LAF_400_publication_timespan_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P4_has_time-span ?LAF_400_publication_timespan . BIND(?LAF_400_publication_timespan as ?value) . OPTIONAL {?LAF_400_publication_timespan rdfs:label ?LAF_400_publication_timespan_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_400_publication_timespan ?LAF_OLD_400_publication_timespan_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P4_has_time-span ?LAF_400_publication_timespan . BIND(?LAF_400_publication_timespan as ?value) . OPTIONAL {?LAF_400_publication_timespan rdfs:label ?LAF_400_publication_timespan_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P4_has_time-span ?LAF_400_publication_timespan . BIND(?LAF_400_publication_timespan as ?value) . OPTIONAL {?LAF_400_publication_timespan rdfs:label ?LAF_400_publication_timespan_label . }} LIMIT 100 recu3032c5eLX8L9W
LAF_OLD.404 Name for Publication Event publication_name This field is used to link the documented event of publication to a name that has been attributed to it. ->P16i->E7[396_1]->P1->E33_E41[404_1] Collection PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P1_is_identified_by ?LAF_404_publication_name . ?LAF_404_publication_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_404_publication_name as ?value) . OPTIONAL {?LAF_404_publication_name rdfs:label ?LAF_404_publication_name_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P1_is_identified_by ?LAF_404_publication_name . ?LAF_404_publication_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_404_publication_name as ?value) . OPTIONAL {?LAF_404_publication_name rdfs:label ?LAF_404_publication_name_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_404_publication_name ?LAF_OLD_404_publication_name_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P1_is_identified_by ?LAF_404_publication_name . ?LAF_404_publication_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_404_publication_name as ?value) . OPTIONAL {?LAF_404_publication_name rdfs:label ?LAF_404_publication_name_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P1_is_identified_by ?LAF_404_publication_name . ?LAF_404_publication_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_404_publication_name as ?value) . OPTIONAL {?LAF_404_publication_name rdfs:label ?LAF_404_publication_name_label . }} LIMIT 100 rec9qquA14g4A0c66
LAF_OLD.406 Identifier for Publication publication_identifier This field is used to link the documented event of publication to an identifier that has been attributed to it. ->P16i->E7[396_1]->P1->E42[406_1] Collection PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P1_is_identified_by ?LAF_406_publication_identifier . ?LAF_406_publication_identifier a crm:E42_Identifier . BIND(?LAF_406_publication_identifier as ?value) . OPTIONAL {?LAF_406_publication_identifier rdfs:label ?LAF_406_publication_identifier_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P1_is_identified_by ?LAF_406_publication_identifier . ?LAF_406_publication_identifier a crm:E42_Identifier . BIND(?LAF_406_publication_identifier as ?value) . OPTIONAL {?LAF_406_publication_identifier rdfs:label ?LAF_406_publication_identifier_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_406_publication_identifier ?LAF_OLD_406_publication_identifier_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P1_is_identified_by ?LAF_406_publication_identifier . ?LAF_406_publication_identifier a crm:E42_Identifier . BIND(?LAF_406_publication_identifier as ?value) . OPTIONAL {?LAF_406_publication_identifier rdfs:label ?LAF_406_publication_identifier_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P1_is_identified_by ?LAF_406_publication_identifier . ?LAF_406_publication_identifier a crm:E42_Identifier . BIND(?LAF_406_publication_identifier as ?value) . OPTIONAL {?LAF_406_publication_identifier rdfs:label ?LAF_406_publication_identifier_label . }} LIMIT 100 recBo7vFeoFcNDEF4
LAF_OLD.403 Statement about Publication Event publication_statement This field is used to link the documented event of publication to a statement that describes it. ->P16i->E7[396_1]->P67i->E33[403_1] Collection PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P67i_is_referred_to_by ?LAF_403_publication_statement . ?LAF_403_publication_statement a crm:E33_Linguistic_Object . ?LAF_403_publication_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_403_publication_statement as ?value) . OPTIONAL {?LAF_403_publication_statement rdfs:label ?LAF_403_publication_statement_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P67i_is_referred_to_by ?LAF_403_publication_statement . ?LAF_403_publication_statement a crm:E33_Linguistic_Object . ?LAF_403_publication_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_403_publication_statement as ?value) . OPTIONAL {?LAF_403_publication_statement rdfs:label ?LAF_403_publication_statement_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_403_publication_statement ?LAF_OLD_403_publication_statement_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P67i_is_referred_to_by ?LAF_403_publication_statement . ?LAF_403_publication_statement a crm:E33_Linguistic_Object . ?LAF_403_publication_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_403_publication_statement as ?value) . OPTIONAL {?LAF_403_publication_statement rdfs:label ?LAF_403_publication_statement_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P16i_was_used_for ?LAP_32_publication . ?LAP_32_publication a crm:E7_Activity . ?LAP_32_publication crm:P67i_is_referred_to_by ?LAF_403_publication_statement . ?LAF_403_publication_statement a crm:E33_Linguistic_Object . ?LAF_403_publication_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_403_publication_statement as ?value) . OPTIONAL {?LAF_403_publication_statement rdfs:label ?LAF_403_publication_statement_label . }} LIMIT 100 recXTc8Fp8h1UqnkM
LAF_OLD.429 Data Assigner data_assignment_actor This field is used to indicate the actor responsible for the event of data assignment. ->p141i->E13[429_1]->P14->E39[429_2] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P14_carried_out_by ?LAF_429_data_assignment_actor . BIND(?LAF_429_data_assignment_actor as ?value) . OPTIONAL {?LAF_429_data_assignment_actor rdfs:label ?LAF_429_data_assignment_actor_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P14_carried_out_by ?LAF_429_data_assignment_actor . BIND(?LAF_429_data_assignment_actor as ?value) . OPTIONAL {?LAF_429_data_assignment_actor rdfs:label ?LAF_429_data_assignment_actor_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_429_data_assignment_actor ?LAF_OLD_429_data_assignment_actor_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P14_carried_out_by ?LAF_429_data_assignment_actor . BIND(?LAF_429_data_assignment_actor as ?value) . OPTIONAL {?LAF_429_data_assignment_actor rdfs:label ?LAF_429_data_assignment_actor_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P14_carried_out_by ?LAF_429_data_assignment_actor . BIND(?LAF_429_data_assignment_actor as ?value) . OPTIONAL {?LAF_429_data_assignment_actor rdfs:label ?LAF_429_data_assignment_actor_label . }} LIMIT 100 recluG2MWFwu85XFS
LAF_OLD.553 Object Used in Data Assignment data_assignment_object_used This field is used to link to an object that was specifically used in the context of the event of the data assignment. ->p140i->E13[429_1]->p16->E70[553_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P16_used_specific_object ?LAF_553_data_assignment_object_used . BIND(?LAF_553_data_assignment_object_used as ?value) . OPTIONAL {?LAF_553_data_assignment_object_used rdfs:label ?LAF_553_data_assignment_object_used_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P16_used_specific_object ?LAF_553_data_assignment_object_used . BIND(?LAF_553_data_assignment_object_used as ?value) . OPTIONAL {?LAF_553_data_assignment_object_used rdfs:label ?LAF_553_data_assignment_object_used_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_553_data_assignment_object_used ?LAF_OLD_553_data_assignment_object_used_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P16_used_specific_object ?LAF_553_data_assignment_object_used . BIND(?LAF_553_data_assignment_object_used as ?value) . OPTIONAL {?LAF_553_data_assignment_object_used rdfs:label ?LAF_553_data_assignment_object_used_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P16_used_specific_object ?LAF_553_data_assignment_object_used . BIND(?LAF_553_data_assignment_object_used as ?value) . OPTIONAL {?LAF_553_data_assignment_object_used rdfs:label ?LAF_553_data_assignment_object_used_label . }} LIMIT 100 recPurCF690rN9NZ3
LAF_OLD.430 Type of Data Assignment data_assignment_type This field is used to indicate the type of the event of data assignment. ->p141i->E13[429_1]->P2->E55[430_1] Concept PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P2_has_type ?LAF_430_data_assignment_type . BIND(?LAF_430_data_assignment_type as ?value) . OPTIONAL {?LAF_430_data_assignment_type rdfs:label ?LAF_430_data_assignment_type_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P2_has_type ?LAF_430_data_assignment_type . BIND(?LAF_430_data_assignment_type as ?value) . OPTIONAL {?LAF_430_data_assignment_type rdfs:label ?LAF_430_data_assignment_type_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_430_data_assignment_type ?LAF_OLD_430_data_assignment_type_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P2_has_type ?LAF_430_data_assignment_type . BIND(?LAF_430_data_assignment_type as ?value) . OPTIONAL {?LAF_430_data_assignment_type rdfs:label ?LAF_430_data_assignment_type_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P2_has_type ?LAF_430_data_assignment_type . BIND(?LAF_430_data_assignment_type as ?value) . OPTIONAL {?LAF_430_data_assignment_type rdfs:label ?LAF_430_data_assignment_type_label . }} LIMIT 100 recKgO2BRijh9Hk4e
LAF_OLD.431 Data Assignment Label data_assignment_label This field is used to indicate the machine readable label for the event of data assignment. ->p141i->E13[429_1]->rdfs:label->rdf:literal String PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment rdfs:label ?LAF_431_data_assignment_label . BIND(?LAF_431_data_assignment_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment rdfs:label ?LAF_431_data_assignment_label . BIND(?LAF_431_data_assignment_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_431_data_assignment_label ?LAF_OLD_431_data_assignment_label_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment rdfs:label ?LAF_431_data_assignment_label . BIND(?LAF_431_data_assignment_label as ?value) .} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment rdfs:label ?LAF_431_data_assignment_label . BIND(?LAF_431_data_assignment_label as ?value) .} LIMIT 100 recu4tm6SaVUucGCt
LAF_OLD.433 TimeSpan of Data Assignment data_assignment_timespan This field is used to indicate the timespan for the event of data assignment. ->p141i->E13[429_1]->p4->E52[433_1] Collection PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P4_has_time-span ?LAF_433_data_assignment_timespan . BIND(?LAF_433_data_assignment_timespan as ?value) . OPTIONAL {?LAF_433_data_assignment_timespan rdfs:label ?LAF_433_data_assignment_timespan_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P4_has_time-span ?LAF_433_data_assignment_timespan . BIND(?LAF_433_data_assignment_timespan as ?value) . OPTIONAL {?LAF_433_data_assignment_timespan rdfs:label ?LAF_433_data_assignment_timespan_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_433_data_assignment_timespan ?LAF_OLD_433_data_assignment_timespan_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P4_has_time-span ?LAF_433_data_assignment_timespan . BIND(?LAF_433_data_assignment_timespan as ?value) . OPTIONAL {?LAF_433_data_assignment_timespan rdfs:label ?LAF_433_data_assignment_timespan_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P4_has_time-span ?LAF_433_data_assignment_timespan . BIND(?LAF_433_data_assignment_timespan as ?value) . OPTIONAL {?LAF_433_data_assignment_timespan rdfs:label ?LAF_433_data_assignment_timespan_label . }} LIMIT 100 recQ07OEimde2JC2J
LAF_OLD.432 Name of Data Assignment data_assignment_name This field is used to indicate the name given to the event of data assignment. ->p141i->E13[429_1]->p1->E41[432_1] Collection PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P1_is_identified_by ?LAF_432_data_assignment_name . ?LAF_432_data_assignment_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_432_data_assignment_name as ?value) . OPTIONAL {?LAF_432_data_assignment_name rdfs:label ?LAF_432_data_assignment_name_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P1_is_identified_by ?LAF_432_data_assignment_name . ?LAF_432_data_assignment_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_432_data_assignment_name as ?value) . OPTIONAL {?LAF_432_data_assignment_name rdfs:label ?LAF_432_data_assignment_name_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_432_data_assignment_name ?LAF_OLD_432_data_assignment_name_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P1_is_identified_by ?LAF_432_data_assignment_name . ?LAF_432_data_assignment_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_432_data_assignment_name as ?value) . OPTIONAL {?LAF_432_data_assignment_name rdfs:label ?LAF_432_data_assignment_name_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P1_is_identified_by ?LAF_432_data_assignment_name . ?LAF_432_data_assignment_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_432_data_assignment_name as ?value) . OPTIONAL {?LAF_432_data_assignment_name rdfs:label ?LAF_432_data_assignment_name_label . }} LIMIT 100 recXYpxTl6uOqGSMS
LAF_OLD.552 Statement about Data Assignment data_assignment_statement This field is used to document free text statements about the event of data assignment. ->p141i->E13[429_1]->p67i->E33[552_1] Collection PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P67i_is_referred_to_by ?LAF_552_data_assignment_statement . ?LAF_552_data_assignment_statement a crm:E33_Linguistic_Object . ?LAF_552_data_assignment_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_552_data_assignment_statement as ?value) . OPTIONAL {?LAF_552_data_assignment_statement rdfs:label ?LAF_552_data_assignment_statement_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P67i_is_referred_to_by ?LAF_552_data_assignment_statement . ?LAF_552_data_assignment_statement a crm:E33_Linguistic_Object . ?LAF_552_data_assignment_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_552_data_assignment_statement as ?value) . OPTIONAL {?LAF_552_data_assignment_statement rdfs:label ?LAF_552_data_assignment_statement_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_552_data_assignment_statement ?LAF_OLD_552_data_assignment_statement_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P67i_is_referred_to_by ?LAF_552_data_assignment_statement . ?LAF_552_data_assignment_statement a crm:E33_Linguistic_Object . ?LAF_552_data_assignment_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_552_data_assignment_statement as ?value) . OPTIONAL {?LAF_552_data_assignment_statement rdfs:label ?LAF_552_data_assignment_statement_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P67i_is_referred_to_by ?LAF_552_data_assignment_statement . ?LAF_552_data_assignment_statement a crm:E33_Linguistic_Object . ?LAF_552_data_assignment_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_552_data_assignment_statement as ?value) . OPTIONAL {?LAF_552_data_assignment_statement rdfs:label ?LAF_552_data_assignment_statement_label . }} LIMIT 100 recKxgcL9OIIovhqL

Ontology Graph

Instance Graph

Turtle RDF


JSON-LD

Publication: Sample

Subject Publication Event Label Name for Publication Event Related Event Causal to Publication Identifier for Publication Actor in Publication Event Statement about Publication Event Source Reference Work for Publication Event Publication Type Publication Technique Influence on Publication Event Timespan for Publication Event Object used in Publication Event Location of Publication Event
Count:

Data Assignment: Sample

Subject Type of Data Assignment Statement about Data Assignment Object Used in Data Assignment TimeSpan of Data Assignment Name of Data Assignment Data Assigner Data Assignment Label
Count:

[CAT.12] Aboutness

Identifier Name Field System Name Description CRM Path Expected Value Type SparQL List SparQL Count SparQL List Distinct SparQL Count Distinct Field
PIRF_OLD.498 Entity Intended entity_intended ->p129->E1[498_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P129_is_about ?PIRF_498_entity_intended . BIND(?PIRF_498_entity_intended as ?value) . OPTIONAL {?PIRF_498_entity_intended rdfs:label ?PIRF_498_entity_intended_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P129_is_about ?PIRF_498_entity_intended . BIND(?PIRF_498_entity_intended as ?value) . OPTIONAL {?PIRF_498_entity_intended rdfs:label ?PIRF_498_entity_intended_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?PIRF_OLD_498_entity_intended ?PIRF_OLD_498_entity_intended_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P129_is_about ?PIRF_498_entity_intended . BIND(?PIRF_498_entity_intended as ?value) . OPTIONAL {?PIRF_498_entity_intended rdfs:label ?PIRF_498_entity_intended_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P129_is_about ?PIRF_498_entity_intended . BIND(?PIRF_498_entity_intended as ?value) . OPTIONAL {?PIRF_498_entity_intended rdfs:label ?PIRF_498_entity_intended_label . }} LIMIT 100 recpqdMovuCubzDXm
LAF_OLD.566 Entity Generally Intended entity_generally_referenced ->P67->E1[566_1] Reference Model PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67_refers_to ?LAF_566_entity_generally_referenced . BIND(?LAF_566_entity_generally_referenced as ?value) . OPTIONAL {?LAF_566_entity_generally_referenced rdfs:label ?LAF_566_entity_generally_referenced_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67_refers_to ?LAF_566_entity_generally_referenced . BIND(?LAF_566_entity_generally_referenced as ?value) . OPTIONAL {?LAF_566_entity_generally_referenced rdfs:label ?LAF_566_entity_generally_referenced_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_OLD_566_entity_generally_referenced ?LAF_OLD_566_entity_generally_referenced_label WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67_refers_to ?LAF_566_entity_generally_referenced . BIND(?LAF_566_entity_generally_referenced as ?value) . OPTIONAL {?LAF_566_entity_generally_referenced rdfs:label ?LAF_566_entity_generally_referenced_label . }} LIMIT 100 PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E33_Linguistic_Object . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67_refers_to ?LAF_566_entity_generally_referenced . BIND(?LAF_566_entity_generally_referenced as ?value) . OPTIONAL {?LAF_566_entity_generally_referenced rdfs:label ?LAF_566_entity_generally_referenced_label . }} LIMIT 100 recVBaI7sifKkiP3P

Ontology Graph