Variant - Web Archive (E20)

From Rhizome Artbase
language codelabeldescriptionaliasesedit
enVariant - Web Archiveedit
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix wd: <https://artbase.rhizome.org/entity/>
prefix wdt: <https://artbase.rhizome.org/prop/direct/>
prefix : <https://example.org/>

start=@<variant>

<variant> {
    wdt:P3 wd:Q1168
    // rdfs:comment "Instance of [item: variant]"
    // rdfs:label "Instance of" ;
    wdt:P56 @<artwork>
    // rdfs:comment "variant of [item:Artwork Main]"
    // rdfs:label "variant of" ;
    wdt:P26 xsd:dateTime
    // rdfs:comment "inception [date]"
    // rdfs:label "inception" ; 
    wdt:P118 wd:Q11967 OR @<artist> 
    // rdfs:comment "associated with [item:Rhizome Staff] OR [item: artist name]"
    // rdfs:label "associated with" ;
    wdt:P117 wd:Q4983  
    // rdfs:comment "generated by [item:web capture]"
    // rdfs:label "generated by" ; 
    wdt:P46 <http://webenact.rhizome.org/~> * 
    // rdfs:comment "access URL [http://webenact.rhizome.org/…]"
    // rdfs:label "access URL" ;
    wdt:P139 @<webCaptureArtifact>
    // rdfs:comment "artifact [item:[web capture artifact]]"
    // rdfs:label "artifact" ;
}

<artwork> {
    wdt:P3 wd:Q5
    // rdfs:comment "Instance of [item:artwork main]"
    // rdfs:label "Instance of artwork" ;
}

<artist> {
    wdt:P3 [wd:Q6 wd:Q7]
    // rdfs:comment "instance of person or collective"
    // rdfs:label "instance of person or collective" ;
}

<webCaptureArtifact> {
    wdt:P3 [wd:Q12215 wd:Q11994]
    // rdfs:comment "instance of [item:[web capture artifact]]"
    // rdfs:label "instance of web capture artifact" ;
}