{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A work of art that is primarily visual in character.",
"rdfs:label" : "VisualArtwork",
"rdfs:subClassOf" : "schema:CreativeWork"
},
"properties" : {
"schema:artEdition" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The number of copies when multiple copies of a piece of artwork are produced - e.g. for a limited edition of 20 prints, 'artEdition' refers to the total number of copies (in this example \"20\").",
"rdfs:label" : "artEdition",
"schema:domainIncludes" : "schema:VisualArtwork",
"schema:rangeIncludes" : [
"schema:Text",
"schema:Integer"
]
},
"schema:artMedium" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The material used. (E.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.)",
"rdfs:label" : "artMedium",
"rdfs:subPropertyOf" : "schema:material",
"schema:domainIncludes" : "schema:VisualArtwork",
"schema:rangeIncludes" : [
"schema:Text",
"schema:URL"
]
},
"schema:artform" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, Collage, etc.",
"rdfs:label" : "artform",
"schema:domainIncludes" : "schema:VisualArtwork",
"schema:rangeIncludes" : [
"schema:URL",
"schema:Text"
]
},
"schema:artist" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The primary artist for a work\n \tin a medium other than pencils or digital line art--for example, if the\n \tprimary artwork is done in watercolors or digital paints.",
"rdfs:label" : "artist",
"schema:domainIncludes" : [
"schema:VisualArtwork",
"schema:ComicIssue",
"schema:ComicStory"
],
"schema:isPartOf" : "http:bib.schema.org",
"schema:rangeIncludes" : "schema:Person"
},
"schema:artworkSurface" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc.",
"rdfs:label" : "artworkSurface",
"schema:domainIncludes" : "schema:VisualArtwork",
"schema:rangeIncludes" : [
"schema:URL",
"schema:Text"
]
},
"schema:colorist" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The individual who adds color to inked drawings.",
"rdfs:label" : "colorist",
"schema:domainIncludes" : [
"schema:VisualArtwork",
"schema:ComicIssue",
"schema:ComicStory"
],
"schema:isPartOf" : "http:bib.schema.org",
"schema:rangeIncludes" : "schema:Person"
},
"schema:depth" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The depth of the item.",
"rdfs:label" : "depth",
"schema:contributor" : "collab:GoodRelationsTerms",
"schema:domainIncludes" : [
"schema:VisualArtwork",
"schema:OfferShippingDetails",
"schema:Product"
],
"schema:rangeIncludes" : [
"schema:QuantitativeValue",
"schema:Distance"
]
},
"schema:height" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The height of the item.",
"rdfs:label" : "height",
"schema:domainIncludes" : [
"schema:VisualArtwork",
"schema:Person",
"schema:OfferShippingDetails",
"schema:Product",
"schema:MediaObject"
],
"schema:rangeIncludes" : [
"schema:QuantitativeValue",
"schema:Distance"
]
},
"schema:inker" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The individual who traces over the pencil drawings in ink after pencils are complete.",
"rdfs:label" : "inker",
"schema:domainIncludes" : [
"schema:VisualArtwork",
"schema:ComicStory",
"schema:ComicIssue"
],
"schema:isPartOf" : "http:bib.schema.org",
"schema:rangeIncludes" : "schema:Person"
},
"schema:letterer" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The individual who adds lettering, including speech balloons and sound effects, to artwork.",
"rdfs:label" : "letterer",
"schema:domainIncludes" : [
"schema:VisualArtwork",
"schema:ComicIssue",
"schema:ComicStory"
],
"schema:isPartOf" : "http:bib.schema.org",
"schema:rangeIncludes" : "schema:Person"
},
"schema:penciler" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The individual who draws the primary narrative artwork.",
"rdfs:label" : "penciler",
"schema:domainIncludes" : [
"schema:ComicIssue",
"schema:ComicStory",
"schema:VisualArtwork"
],
"schema:isPartOf" : "http:bib.schema.org",
"schema:rangeIncludes" : "schema:Person"
},
"schema:surface" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc.",
"rdfs:label" : "surface",
"rdfs:subPropertyOf" : "schema:material",
"schema:domainIncludes" : "schema:VisualArtwork",
"schema:rangeIncludes" : [
"schema:Text",
"schema:URL"
],
"schema:supersededBy" : "schema:artworkSurface"
},
"schema:width" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The width of the item.",
"rdfs:label" : "width",
"schema:domainIncludes" : [
"schema:Product",
"schema:MediaObject",
"schema:VisualArtwork",
"schema:OfferShippingDetails"
],
"schema:rangeIncludes" : [
"schema:Distance",
"schema:QuantitativeValue"
]
}
}
}