User talk:Andre: Difference between revisions

From artserver wiki
(Created page with "André Castro is a media designer and Python developer working within art & technology, with a background in sound arts. In addition he works as a part-time higher education t...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#ask: [[Citation reference::+]]
|format=broadtable
|limit=50
|offset=0
|link=subject
|sort=Title
|order=asc
|headers=show
|searchlabel=... further results
|class=sortable wikitable smwtable
}}
André Castro is a media designer and Python developer working within art & technology, with a background in sound arts. In addition he works as a part-time higher education tutor at Piet Zwart Institute and Willem de Kooning Academy.
André Castro is a media designer and Python developer working within art & technology, with a background in sound arts. In addition he works as a part-time higher education tutor at Piet Zwart Institute and Willem de Kooning Academy.
André's practice is focused in the development of digital archive infrastructures, publishing workflows, and automated audiovisual systems for artworks and exhibitions.  
André's practice is focused in the development of digital archive infrastructures, publishing workflows, and automated audiovisual systems for artworks and exhibitions.  
Line 7: Line 19:


Working in close dialogue with artists and institutions, André trys to offer reliable solutions that meet the requirements of the work, regardless of how unconventional it is.
Working in close dialogue with artists and institutions, André trys to offer reliable solutions that meet the requirements of the work, regardless of how unconventional it is.
{{#sparql:
SELECT * WHERE
{ ?x ?y ?z . }
LIMIT 15
|config=http://www.wikidata.org
|chart=bordercloud.visualization.DataTable
|options=width=100%!height=500px
|log=2
}}
=RDF=
<rdf>
prefix daapp: <http://daap.eu/wiki/Data:Project#>
prefix owl: <http://www.w3.org/2002/07/owl#> .
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix sh: <http://www.w3.org/ns/shacl#>
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
</rdf>
=== GeneralMethod ===
Descriptions...
==== Definition  ====
<rdf>
daapp:GeneralMethod
  rdf:type owl:Class ;
  rdfs:label "General method"@en ;
  rdfs:label "Méthode générale"@fr ;
  rdfs:subClassOf owl:Thing .
</rdf>
==== Constraints  ====
<rdf constraint='shacl'>
daapp:GeneralMethod
  rdf:type sh:Shape ;
  sh:targetClass daapp:GeneralMethod ;
  sh:property [
      rdfs:label "Label" ;
      sh:minCount 3 ;
      sh:predicate rdfs:label ;
    ];
  sh:property [
      rdfs:label "hasCampaign"^^xsd:string ;
      sh:minCount 1 ;
      sh:nodeKind sh:IRI ;
      sh:predicate daapp:hasCampaign ;
      sh:class daapp:Campaign ;
    ] ;
.
</rdf>

Latest revision as of 13:57, 27 May 2020


André Castro is a media designer and Python developer working within art & technology, with a background in sound arts. In addition he works as a part-time higher education tutor at Piet Zwart Institute and Willem de Kooning Academy. André's practice is focused in the development of digital archive infrastructures, publishing workflows, and automated audiovisual systems for artworks and exhibitions.

http://artserver.org/ https://gitlab.com/Castro0o


Working in close dialogue with artists and institutions, André trys to offer reliable solutions that meet the requirements of the work, regardless of how unconventional it is.

{{#sparql: SELECT * WHERE

{ ?x ?y ?z . } 

LIMIT 15 |config=http://www.wikidata.org |chart=bordercloud.visualization.DataTable |options=width=100%!height=500px |log=2 }}


RDF

<rdf> prefix daapp: <http://daap.eu/wiki/Data:Project#>

prefix owl: <http://www.w3.org/2002/07/owl#> . prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix sh: <http://www.w3.org/ns/shacl#> prefix xsd: <http://www.w3.org/2001/XMLSchema#> </rdf>

GeneralMethod

Descriptions...

Definition

<rdf> daapp:GeneralMethod

 rdf:type owl:Class ;
 rdfs:label "General method"@en ;
 rdfs:label "Méthode générale"@fr ;
 rdfs:subClassOf owl:Thing .

</rdf>

Constraints

<rdf constraint='shacl'> daapp:GeneralMethod

 rdf:type sh:Shape ;
 sh:targetClass daapp:GeneralMethod ;
 sh:property [
     rdfs:label "Label" ;
     sh:minCount 3 ;
     sh:predicate rdfs:label ;
   ];
 sh:property [
     rdfs:label "hasCampaign"^^xsd:string ;
     sh:minCount 1 ;
     sh:nodeKind sh:IRI ;
     sh:predicate daapp:hasCampaign ;
     sh:class daapp:Campaign ;
   ] ;

. </rdf>